om.Optin.success example 2

document.addEventListener('om.Optin.success', function(event) { if( '{{id}}' !== event.detail.Campaign.id ) return; let url = 'https://www.google.com/'; // Update with…

Verzend mogelijkheden weghalen bij gratis verzenden behalve ophalen op locaite

function custom_hide_shipping_when_free_shipping_is_available( $rates, $package ) { $free_shipping_exists = false; $local_pickup_exists = false; // Check if Free…

Rene Dijk PRO
<10

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(…

Product Detail from External Source

function my_produkt_detail($ean, $field_path = '', $default = '') { static $cache = array(); try { if…

Normalize

Settings to normalize across browsers

Untitled Snippet

https://www.profitableratecpm.com/dwuhgmq4?key=3fcac929ceb83226975960a6ce35aa73

Waste Licence

Waste carriers affiliation badge

Anthony Burnett
<10

Redirect Lost Password to a Custom Page

By default, some plugins redirect the “Lost Password” link to the WordPress admin panel. This snippet…

Allow free shipping for EDD Simple Shipping

Enable free shipping for a specific download, or specific download/price ID combination. This will ensure that…

GravityView_DIR_RAPI -Expose GravityView ACF Fields to REST API

* WPCode Snippet: Expose GravityView ACF Fields to REST API (MANUAL SYNC ONLY) * Description: Makes…

ismail daugherty PRO
<10

Set Default Donation Amount

Set the default donation amount for all campaigns.

1 84 85 86 87 88 216