Tagged Questions
1
vote
1answer
457 views
Action wp_login_failed not working if only one field is filled out
I created a login form in the frontend with wp_login_form().
In my functions.php file I added an action to prevent the redirect to /wp-login.php if the login failed with
...