Untitled Snippet

document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );

MemberPress: Add Custom Field to Transactions Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

Facebook pixel

My Facebook pixel. No additional tracking

alphonso Harvey
<10

AMP Auto Ads – Body Block

Activa los anuncios AMP de AdSense en la parte del documento.

PABLO PIQUERAS HELLIN
<10

Hide uncategorized from widget shop

Hide uncategorized category from widget in WooCommerce

om.Types.init

document.addEventListener('om.Types.init', function(event) { // The Campaign type. console.log(event.detail.Types.type); // The Campaign Type object (one of Floating,…

om.DisplayRules.afterRun

document.addEventListener('om.DisplayRules.afterRun', function(event) { var DisplayRules = event.detail.DisplayRules; var Campaign = event.detail.Campaign; if ( 'YOUR-CAMPAIGN-ID' === Campaign.id…

om.Action.close example 1

// Function SaveToDisk forces file download instead of viewing in browser function SaveToDisk(fileURL, fileName) { //…

1 152 153 154 155 156 213