• Hi, line 90 of two-factor-login.php is throwing an error for me because of the use of the GLOBAL function.

    Could it be changed to this:

    global $pagenow;
    if ('wp-login.php' === $pagenow) {
      // rest of code...

    Thanks, Stephen

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GLOBAL’ is closed to new replies.