Deprecated js_escape() function
-
Hi!
You have a deprecated function in your code, in
wp-content/plugins/woopra/inc/frontend.php.[10-Nov-2017 12:04:54 UTC] PHP Notice: js_escape is deprecated since version 2.8.0! Use esc_js() instead. in /home/user/example.com/wp-includes/functions.php on line 3831It should be easy to change it to
esc_js().See a reference here:
https://codex.ww.wp.xz.cn/Function_Reference/js_escape
The topic ‘Deprecated js_escape() function’ is closed to new replies.