Gravity Forms Auto-populate Date
The purpose of this snippet is to calculate a date 90 days from today. That serves…
om-js-event-ga-name-change.js
document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.name = 'generate_lead'; //…
Editorial Group GTM Body Tag
Add GTM Tag to Site Body in Editorial Site Group
Allow Tasty Pins Only On Single Posts
Disable Tasty Pins on pages or custom post types and only add them to blog posts.
https://shoesvipnew.com/
https://shoesvipnew.com/
Remove WordPress Version Number
Hide the WordPress version number from your site's frontend and feeds
WooCommerce Product Settings: Enabling Loop Custom Discount Options with Checkbox and Input Field – No Plugin
Here’s an explanation of the features we are going to add using the code snippet in…
Google Tag
Google Event Tag
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
om.Dtr.init
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'); } );
om.Countdown.init
document.addEventListener('om.Countdown.init', function(event) { console.log(event.detail.Countdown); console.log(event.detail.Campaign); } );