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
defer-om-embed-wordpress.php
function your_prefix_om_defer_script( $campaign_embed ) { $campaign_embed = str_replace( 's.async=true;', 's.defer=true;', $campaign_embed ); return $campaign_embed; }; add_filter(…
butterfly effect
Zeigt rosa Schmetterlinge, die über die seite fliegen
Dynamic Shortcode Execution
Dynamic shortcode execution with block editor support. Allows shortcodes to execute everywhere, even within paragraph blocks.
test html
🎉 HTML Test Successful! This HTML snippet is working perfectly!
NS CALENDAR SHORTCODE
/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…