Allow SVG Files Upload
Allow SVG Files Upload
om.SoundEffects.init
document.addEventListener('om.SoundEffects.init', function(event) { console.log(event.detail.SoundEffects); console.log(event.detail.Campaign); } );
om.Styles.init
document.addEventListener('om.Styles.init', function(event) { console.log(event.detail.Styles); console.log(event.detail.Campaign); } );
om.Optin.success example 1
document.addEventListener('om.Optin.success', function(event) { event.detail.Campaign.startClose(); } );
indexing
more keyword
Post Shortcodes
estimated read time, breadcrumbs, related posts
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
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…