om-exclude-campaign-revenue-attribution.js
document.addEventListener('om.Campaign.init', function(event) { if ('CAMPAIGN_ID' === event.detail.Campaign.id) { // replace CAMPAIGN_ID with the OptinMonster campaign's unique…
Remove Clear Link @ Variable Single Product Page
Remove clear link from attribute from single product page
Connect site to Google
Please connect to google
Google Event Code
Google Event Code for Enquiry Form Thank You Page
Search Atlas
Otto SEO
DJFrancois
HTML
WooCommerce: Restrict Shipping Methods by User Role (Logged In, Logged Out, Custom Roles)
This snippet allows you to control which shipping methods are visible at checkout based on the…
Privacy checkbox field remains at the top line
The following code snippet will ensure that the privacy checkbox remains at the top line if…
EXOP Consulting 2025
Campañas
om.Html.append.after
document.addEventListener('om.Html.append.after', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
om.Optin.error example
document.addEventListener('om.Optin.error', function(event) { const url = "http://optinmonster.com"; window.location.href = url; } );
floating-monsterlink-1
Want to get 25,000 unique visitors a month? Click here to learn how
Typography Enqueue
function typography_enqueue_styles() { // Enqueue Typeboost.css from Cloudflare CDN wp_enqueue_style('typeboost-css', 'https://cdnjs.cloudflare.com/ajax/libs/typeboost/1.0.0/typeboost.css', array(), '1.0.0'); // Enqueue webfontloader.js…