om-webhook-example-v1.0.1.json

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…

Add a Blue Dot Indicator for Containers/Widgets that have Custom CSS in the Elementor Navigator

You've probably been in this situation: you open an Elementor project and need to review or…

How To Allow Shop Manager to Manage Feeds?

#-- Allow Shop Manager to Access Product Feed Menus --# function allow_feed_menus_to_shop_manager( $capability ) { if…

<10

Grant Wholesale Lead Approval for a Certain User Role

Allow other user roles e.g. "Editor" to "Approve" or "Reject" wholesale applications from the WP Dashboard…

Download Details Featured Image (copy)

Add the featured image to output of Download Details widget

om.Sites.init

document.addEventListener('om.Sites.init', function(event) { console.log(event.detail.Sites); // An array of all the Site objects associated to this campaign.…

om.DisplayRules.actions

document.addEventListener('om.DisplayRules.actions', function(event) { console.log(event.detail.DisplayRules); // An array of the Ruleset objects which have passed console.log(event.detail.DisplayRules.passed); console.log(event.detail.Campaign);…

om.Campaign.changeView

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

registering query args as smart tag on campaign load

document.addEventListener('om.Campaign.load', function(event) { const queryString = window.location.search; // capture all query args // Registers a custom…

Replit - Comparison Calculator

Compares Fractal Capital vs. Land Equity Loan

Harrison Rogers
<10
1 55 56 57 58 59 126