• Great plugin thanks!

    I have found a warning:
    Notice: get_userdatabylogin not used since 3.3! Use get_user_by(‘login’) + in /wp-includes/functions.php on line 3391

    Solution:
    ip-based-login.php line 149:
    $user = get_userdatabylogin($username);
    change to
    $user = get_user_by(‘login’);

    https://wordpress.org/plugins/ip-based-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author brijeshk89

    (@brijeshk89)

    Hi,

    Sorry for the delay.

    Thank you for notifying.

    We will fix this in the next version of IP Based Login.

    christoff

    (@christoff)

    Hi,

    Still having this issue. Any plans to release a new version soon to fix the error? Actually will just fix it on my own.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘get_userdatabylogin not used since 3.3’ is closed to new replies.