Deprecated: is_ajax is deprecated since version 6.1.0!
-
The plugin is throwing this notice:
Deprecated: is_ajax is <strong>deprecated</strong> since version 6.1.0! Use wp_doing_ajax instead. in wp-includes/functions.php on line 5316
This happens because you’re calling
is_ajax()
in 2 places, line 1961 & line 2030 in ‘includes/class-paypal-express-api.php’. It should be replaced with the functionwp_doing_ajax()
.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated: is_ajax is deprecated since version 6.1.0!’ is closed to new replies.