• in /includes/template_builtin.php on line 10 the deprecated function get_currentuserinfo() is used.

    You have to use wp_get_current_user() instead.

    • This topic was modified 7 years, 10 months ago by Beee.
    • This topic was modified 7 years, 10 months ago by Beee.
Viewing 1 replies (of 1 total)
  • Found the same problem here. The use of the deprecated function generates:

    Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /www/MYSITE/wp-includes/functions.php on line 3828

Viewing 1 replies (of 1 total)
  • The topic ‘Use of deprecated function’ is closed to new replies.