om.Dtr.init.js

document.addEventListener('om.Dtr.init', function(event) { console.log(event.detail.Dtr); console.log(event.detail.Campaign); // Registers a custom `name` smart tag. event.detail.Dtr.setCustomVariable('name', 'Thomas'); } );

Check URL for Braze UUID

Check URL for Braze UUID, if exists call braze.changeuser()

Colin Bunn PRO
<10

NSB News and Events Aggregator

// Include Simple HTML DOM parsing library if needed (you can also manually include it if…

bo pennington
<10

Untitled Snippet

// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );

Google tag

Código do Google Tag Manager

modify woocommerce countries list

modifies Woocommerce built in country names to Armenian Regions disabling the rest

MemberPress: Restrict Signups for US-Based Users

This code snippet will restrict signups for US-based Users on MemberPress registration pages. Additionally, it ensures…

MemberPress: Filter Email Recipients Based on Expired Memberships

The code snippet updates the email recipient lists by removing email addresses of users whose membership…

MemberPress: Load All Currently Enqueued Styles In MemberPress Courses for Popup Maker plugin

By default, if the ReadyLaunch Courses/Lessons template is enabled, the MemberPress Courses add-on won’t enqueue 3rd-party…

Automatically Set Featured Image from First Image in Post

Automatically Set Featured Image from First Image in Post

1 132 133 134 135 136 213