Deprecated: is_ajax is deprecated since version 6.1.0! Use wp_doing_ajax instea
-
My site is having the same issue after updated the latest WooCommerce.
deprecated: is_ajax is deprecated since version 6.1.0! use wp_doing_ajax instead.The website is running fine, but the error message popping up on top of the webpage. Had to edit wp-config.php using code below to hide the error message
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
Kindly assist to fix this issue.
Thanks!
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Deprecated: is_ajax is deprecated since version 6.1.0! Use wp_doing_ajax instea’ is closed to new replies.