Javascript Error on Login Page
-
Found Javascript Error when accessing wp-login.php: “ReferenceError: Can’t find variable: isUserLoggedIn”
Resolved by adding:
add_action( 'login_head', array( 'P2JS', 'print_options' ) );
After this line:
add_action( 'wp_head', array( 'P2JS', 'print_options' ) );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Javascript Error on Login Page’ is closed to new replies.