Disable recurring renewal notices for specific download
Allows renewal notice emails to be disabled for subscriptions including a certain download.
Bing Webmaster
Bing Webmaster snippet
Facebook Domain Verification snippet
Asembo Digital Solutions Facebook Pixel ID (tracking)
Defining Zoho Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
OM-revenue-attribution-curl.sh
curl --request POST \ --url https://app.optinmonster.com/v2/revenue \ --header 'Content-Type: application/json' \ --header 'Origin: optinmonster.com' \ --header…
Replace Special Characters in Post Title
Replace special characters in Post Title with correct HTML entity
WooCommerce Programmatically Cancel Pending Orders After 1 Hour
Post More Detail It’s possible that you’re thinking, “But I can already do that using the…
Search Atlas
Otto SEO
Dynamic Year Copyright Shortcode
// Copy the Shortcode in the Insertion box below and paste it wherever you want the…
Wordpress Debugging
define( 'WP_DEBUG', true ); define( 'SAVEQUERIES', true );
Activer automatiquement TranslatePress Multilingue
add_action('init', function () { $extensions = [ 'translatepress-multilingual/translatepress.php', ]; foreach ($extensions as $extension) { if (!is_plugin_active($extension)…
om.Html.inlineScripts
document.addEventListener('om.Html.inlineScripts', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } )