wp_get_current_user deprecated
-
Since updating to WordPress 4.5 the following warning appears in my development environments.
Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in C:\..\wp-includes\functions.php on line 3658Is this something you can address in your next update? I think you simply need to use
wp_get_current_userinstead. Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wp_get_current_user deprecated’ is closed to new replies.