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 contributors
add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_posts'; } );
Feed Generation Cron Script
This file will be used to run via cron and update feed based on the ID
Fix Formating of Buttons in Off Canvas
This fixes the buttons in the off canvas not obeying the global CSS from the Customiser
GravityView_DIR_AA_CPT - GravityView Views CPT Registration
* Description: Registers custom post type for GravityView with full REST API support * Location: Run…