MemberPress: Change the Text and URL of the Mailchimp Privacy Link in MemberPress

This code snippet modifies the text and URL of the Mailchimp privacy link displayed by MemberPress.…

AMP Auto Ads Script

Este script carga la librería de anuncios automáticos de Google AdSense en las páginas AMP.

PABLO PIQUERAS HELLIN
<10

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

Hide uncategorized from widget shop

Hide uncategorized category from widget in WooCommerce

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

Teddy James
<10

Kenect

Cathi Lundy
<10

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…

1 131 132 133 134 135 217