remove pixel from page
-
Hello guys
Thanks for this amazing plugin
I need to remove the pixel from this specific page
https://quadlayers.com/whatsapp-chat-landing/
I could find an option to do so. So i’ve tried with some code snipets but nothing is working
Can you please share a way remove the pixel from specific page
add_action('before_pixel_caffeine_init', function() { remove_action('wp_head', array('AEPC_Pixel_Scripts', 'pixel_init'), 99); remove_action('wp_footer', array('AEPC_Pixel_Scripts', 'pixel_init'), 1); add_filter('option_aepc_enable_pixel', function($value) { return 'no'; }); }, 1000); add_action('pixel_caffeine_init', function() { remove_action('wp_head', array('AEPC_Pixel_Scripts', 'pixel_init'), 99); remove_action('wp_footer', array('AEPC_Pixel_Scripts', 'pixel_init'), 1); add_filter('option_aepc_enable_pixel', function($value) { return 'no'; }); }, 1000);
The page I need help with: [log in to see the link]
- The topic ‘remove pixel from page’ is closed to new replies.