Untitled Snippet
https://sites.google.com/view/genialshopping?usp=sharing
Disable Admin Notices WordPress
Completely removes all admin notices from the WordPress dashboard, * including core WordPress notices and those…
Home Page
Welcome to Eckankar NJWelcome to Eckankar in New JerseyJoin free events and explore spiritual freedom.
om.Analytics.init
document.addEventListener('om.Analytics.init', function(event) { console.log(event.detail.Analytics); console.log(event.detail.Campaign); } );
pause a video playing on campaign.show
document.addEventListener('om.Campaign.show', function(event) { if (event.detail.Campaign.id === "CAMPAIGN_ID") { // Add your own logic to pause video…
om.Campaign.afterCleanup
document.addEventListener('om.Campaign.afterCleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
Navegación personalizada páginas específicas
alguna navegación lleva a paginas que no corresponden
allow editors
add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_pages'; } );
start Close
om{{id}}.startClose();
Remove Specific Campaign Based on the Referral URL- v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Gravitar Fix
add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…
GravityForms_DIR_AB_ACF - Gravity Forms & Feeds ACF Fields
* Description: Registers ACF fields for form and feed data + notification/confirmation content * Location: Run…
PageTemplate_Universal - GRAVITY FLOW EMBED TEMPLATE
Version: 1.1.0 7 * Author: Portal Blueprint 8 * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi,…