Disable Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

<10

footer

footer description

Automatically Close Campaign After Specific Amount of Seconds

The below code snippet closes your campaign after a specific amount of seconds have passed.

Food quiz 3

Getting Older Quiz 🧠 Healthy Food Quiz for Older Adults Submit Quiz

MemberPress: Replace Text in Group Price Box for Classic Tempalate

This code snippet is designed to dynamically replace specified text within the MemberPress price box elements.…

Display Roster Entry

/** Display Roster Entry **/ // FOR DEBUGGING ONLY //$data = serialize(array("Red", "Green", "Blue")); //echo $data…

Remove All Campaigns From a Specific URL

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

om.Main.init

document.addEventListener('om.Main.init', function(event) {} );

1 77 78 79 80 81 215