om.Campaign.afterCleanup

document.addEventListener('om.Campaign.afterCleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

Noindexi tag 2

add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });

Teddy James
<10

disable OptinMonster campaigns for visitors with specific user roles

function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…

Google Search Console

google-site-verification=2cD88PiH77SW3-7_W4NAENAER1K0yKAoxVdNAd_DVqs

Untitled Snippet

https://innumerablemakeupreligious.com/egbh8ew6?key=569cae2c57f815ee17982f36028c9a15

Javascript Org Chart

window.onload = function() { // Initial organizational data structure let orgData = { id: '1', name:…

Fix Formating of Buttons in Off Canvas

This fixes the buttons in the off canvas not obeying the global CSS from the Customiser

Ilana Borsje PRO
<10

How to Style the WC Vendors Signup Form

Learn how to style your WC Vendors signup form with custom CSS for a clean, modern,…

Allow Shop Managers to edit and promote wholesale users.

/** * Allow Shop Managers to edit and promote wholesale users. */ function wws_add_shop_manager_user_editing_capability() { $shop_manager…

1 112 113 114 115 116 226