• aenea

    (@aenea)


    Upgrade to WordPress 4.5 causes grumbles about use of deprecated function get_currentuserinfo.

    Offending code is at line 124 in user-access-manager.php
    Changing this line to
    $oCurrentUser=wp_get_current_user();
    appears to fix it.

    Would welcome an update to the source code.

    https://wordpress.org/plugins/user-access-manager/

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