Title: Error: get_currentuserinfo
Last modified: August 31, 2016

---

# Error: get_currentuserinfo

 *  Resolved [olimax](https://wordpress.org/support/users/olimax/)
 * (@olimax)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-get_currentuserinfo/)
 * Plug in is throwing up an error:
    `get_currentuserinfo is deprecated since version
   4.5! Use wp_get_current_user() instead.` I guess it is an easy fix
 * [https://wordpress.org/plugins/white-label-cms/](https://wordpress.org/plugins/white-label-cms/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Video User Manuals](https://wordpress.org/support/users/videousermanuals/)
 * (@videousermanuals)
 * [10 years ago](https://wordpress.org/support/topic/error-get_currentuserinfo/#post-7324018)
 * Hi,
 * That is an easy fix. We will get that sorted for you.
 *  [Matte](https://wordpress.org/support/users/smanu/)
 * (@smanu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-get_currentuserinfo/#post-7324047)
 * Hello
 * I have the same error in White Label CMS plugin. Please DO NEEDFUL ASAP.
 *  Thread Starter [olimax](https://wordpress.org/support/users/olimax/)
 * (@olimax)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-get_currentuserinfo/#post-7324049)
 * I guess this plugin isn’t supported anymore – Shame.
    For those that need the
   fix just change line 597 in includes/admin.view.php:
 *     ```
       get_currentuserinfo();
       ```
   
 * Change to
 *     ```
       wp_get_current_user();
       ```
   
 *  Plugin Author [Video User Manuals](https://wordpress.org/support/users/videousermanuals/)
 * (@videousermanuals)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-get_currentuserinfo/#post-7324053)
 * Sorry this took so long to get sorted out, but it has been now.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error: get_currentuserinfo’ is closed to new replies.

 * ![](https://ps.w.org/white-label-cms/assets/icon-256x256.png?rev=1977768)
 * [White Label CMS](https://wordpress.org/plugins/white-label-cms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/white-label-cms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/white-label-cms/)
 * [Active Topics](https://wordpress.org/support/plugin/white-label-cms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/white-label-cms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/white-label-cms/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Video User Manuals](https://wordpress.org/support/users/videousermanuals/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/error-get_currentuserinfo/#post-7324053)
 * Status: resolved