PHP Notice "is deprecated since version 4.5!"
-
I recently updated my WordPress to latest version, and now I’m getting following messages:
Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in /X/wordpress/wp-includes/functions.php on line 3658 Notice: add_object_page is deprecated since version 4.5! Use add_menu_page() instead. in /X/wordpress/wp-includes/functions.php on line 3658How can I pinpoint whoever is responsible for generating these PHP notices?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP Notice "is deprecated since version 4.5!"’ is closed to new replies.