Activer automatiquement Elementor Pro

add_action('init', function () { $extensions = [ 'elementor/elementor.php', 'elementor-pro/elementor-pro.php' ]; foreach ( $extensions as $extension )…

om.Html.show

document.addEventListener('om.Html.show', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );

om.Campaign.afterCleanup

document.addEventListener('om.Campaign.afterCleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

Noindexi tag 2

add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });

Teddy James
<10

disable OptinMonster campaigns for visitors with specific user roles

function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…

大范甘迪

发广告很费劲

<10

change view success

om{{id}}.changeView('success');

Safe, Universal Performance Optimization Middleware for NexSouk.com

Safe, Universal Performance Optimization Middleware for NexSouk.com

Removing the Redux Demo Mode Notice

Copyright © author Link: https://devs.redux.io/guides/basics/removing-demo-mode-notice.html The Redux Framework plugin ships with a sample config. This permits…

Set Background Color for Active Snippets (WPCode)

This code snippet sets a background color and adds a vertical activation bar to WPCode's code…

Prevent Powerpack Off Canvas from Breaking JavaScript loading

This prevents issues with Woo Block checkout loading credit card fields and other functionality breaking with…

Ilana Borsje PRO
<10
1 103 104 105 106 107 223