removing pop ups
-
I just installed, i added the following lines to my child theme
add_filter('thwcfd_show_dismissable_admin_notice', '__return_false'); add_filter('thwcfd_dismissable_admin_notice_javascript', '__return_false');
Then activated and immediately I’m getting a pop up:
“Exclusive offer for you. Flat 50% off”
Element has id=”thwcfd-pro-discount-popup”)
Also seeing the admin area 3 warnings in admin behind the modal related to:
Warning: Cannot modify header information – headers already sent by (output started at /srv/users/cool/apps/wordpress/public/wp-content/plugins/woo-checkout-field-editor-pro/admin/class-thwcfd-admin.php:382) in?/srv/users/cool/apps/wordpress/public/wp-admin/includes/misc.php?on line?1431
Warning: Cannot modify header information – headers already sent by (output started at /srv/users/cool/apps/wordpress/public/wp-content/plugins/woo-checkout-field-editor-pro/admin/class-thwcfd-admin.php:382) in?/srv/users/cool/apps/wordpress/public/wp-includes/functions.php?on line?6935
Warning: Cannot modify header information – headers already sent by (output started at /srv/users/cool/apps/wordpress/public/wp-content/plugins/woo-checkout-field-editor-pro/admin/class-thwcfd-admin.php:382) in?/srv/users/cool/apps/wordpress/public/wp-admin/admin-header.php?on line?9
- The topic ‘removing pop ups’ is closed to new replies.