om.Group.init

document.addEventListener('om.Group.init', function(event) { console.log(event.detail.Group); // An array of the Rule objects console.log(event.detail.Group.rules); console.log(event.detail.Campaign); } );

om.Styles.positionPopup

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

Slide Reposition Bottom Center v2

html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…

add filter

add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_pages'; } );

Remove All Campaigns From a Specific URL-v1

document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…

Untitled Snippet

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

LIFTER - Course to Module

Replace Syntax

ismail daugherty PRO
<10

WPCODE_DIR_AD_SYNC - WPCode Snippets Sync Engine

Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere * Priority:…

ismail daugherty PRO
<10

Pardot

Becca Nevarez
<10

Hotel Surprise Grupo

Lucas Fumagalli
<10

Alert Admin When a Plugin Is Activated

Receive an email notification whenever a plugin is activated in WordPress. Useful for security monitoring, multi-admin…

bypass SSL certificate

bypass ssl - getting errors - fixes that

Carla Mawyin
<10

Add Custom Taxonomy - Multiple Vendor Taxonomy

Allows the vendor to select multiple taxonomies

1 56 57 58 59 60 125