• After upgrading to 4.5, I’ve got this error message in my single post page.

    Notice: get_currentuserinfo is <strong>deprecated</strong> since version 4.5! Use wp_get_current_user() instead. in /path/to/wordpress/wp-includes/functions.php on line 3662

    I bet many users get the same message so the developers might be already working on the upgrade now but just you know it’s not working properly.

    Thanks!

    https://www.ads-software.com/plugins/yet-another-related-posts-plugin/

Viewing 1 replies (of 1 total)
  • Hey there,

    If you want to apply the fix , you can go in wp-content/plugins/yet-another-related-posts-plugin/includes folder, open template_builtin.php file and replace:

    get_currentuserinfo

    with

    wp_get_current_user

    This should be all ??

Viewing 1 replies (of 1 total)
  • The topic ‘Notice: get_currentuserinfo is deprecated since version 4.5!’ is closed to new replies.