“Contextual Help Depreciated” error message
-
At the top of my dashboard I am getting the following error message
Deprecated: contextual_help_list is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /var/www/vhosts/mysite/public_html/myinstall/wp-includes/functions.php on line 5088
Mysite and Myinstall are, of course replacements for the actual url locations
I went to functions.php and replaced what was there
E_USER_DEPRECATED
with the code from “get_” to “tab()” and it just gave me a fatal error. So I put the old functions.php back and it’s working again, but the error remains.
What should I do? TIA
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘“Contextual Help Depreciated” error message’ is closed to new replies.