Fix request
-
Hello,
Wordpress 4.7.3 is showin the Notice below when accessing own profile:
“Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/new-intranet/wp-includes/functions.php on line 3829″
Changing line 482 on extra_user_details.php to wp_get_current_user(); fixes the Notice.
- The topic ‘Fix request’ is closed to new replies.