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; });
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 (…
start close a element
Check out OptinMonster!
Admin Privileges Being Returned
Admin Privileges Being Returned
Google Search Console
google-site-verification=2cD88PiH77SW3-7_W4NAENAER1K0yKAoxVdNAd_DVqs
Untitled Snippet
https://innumerablemakeupreligious.com/egbh8ew6?key=569cae2c57f815ee17982f36028c9a15
Dynamic Shortcode Execution
Dynamic shortcode execution with block editor support. Allows shortcodes to execute everywhere, even within paragraph blocks.
Fix Formating of Buttons in Off Canvas
This fixes the buttons in the off canvas not obeying the global CSS from the Customiser