PHP error due to deprecated function in WP 4.5
-
I get the following error message with debug mode on with WP 4.5.3:
( ! ) Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in /Users/brianshim/Dropbox/ServerPressMac/ioes2.dev/wp-includes/functions.php on line 3658This function is in line 124 of user-access-manager.php.
If I replace the function with wp_get_current_user() as suggested, the error goes away. Please push this fix into the main build.
Brian
The topic ‘PHP error due to deprecated function in WP 4.5’ is closed to new replies.