Had the same issue. This fixed it for me.
add_action( 'wp_login_failed', 'my_front_end_login_fail' );
function my_front_end_login_fail( $username ) {
$referrer = $_SERVER['HTTP_REFERER'];
if ( !empty($referrer) && !strstr($referrer,'wp-login') && !strstr($referrer,'wp-admin') ) {
wp_redirect( $referrer . '?login=failed' );
exit;
}
}
Related Posts:
- Disable Or Redirect WP-login.php
- login_enqueue_scripts does not ovewrite the default styles
- Modify wp-login.php labels: Username to Email
- How to change “Registration complete. Please check your e-mail.” in wp-login.php
- How to use wp-login.php page only for logout?
- change register url on wp-login page
- Can’t access wp-admin
- How do you add a custom link to the wordpress login page?
- wp-login.php register/lost password links to buttons?
- How to trigger a login form notice message?
- A child theme version of wp-login
- reset password label text change
- Add text on wordpress admin login page
- Is it possible to remove the version number from the wp-login.php page?
- wp_login_form() redirect not redirecting users < admin
- Login redirect on wp theme
- Can’t log in. Log in button missing [closed]
- Require WP login for outside access
- Modify WP-Login Page With Javascript?
- if username or password is incorrect wp-login returns a blank page
- Where is the email content for retrieve_password_message stored?
- What is the CODEX intercept for wp-login.php?action=lostpassword
- Call header and footer on login page
- Replace standard Login and Register form for Woocommerce [closed]
- How to destroy sessions after a user logout [closed]
- How to add required attribute to wp_login_form fields?
- WordPress “remember me” – How should it work?
- Changing the title of “
- Log In & Log Out Code In Header
- How to fix Sign In option in WordPress
- How can I redirect on a url after successful registration?
- I lock the site’s contents, click on a post, redirect to login, enter uname+password but fail to redirect to article
- How to access the actual input html of the login form
- Creating a custom login on site.
- Login page wordpress tagline remove [duplicate]
- Adding line break in esc_html__
- Copying My account/Login/Register button outside header
- Issue with cookies in wp-login
- Add content in wp login page
- Is it possible to check if password is correct in wp_authenticate_user?
- Modify login page after clicking “login” button, and before it arrives at redirect
- How to enable “remember me” checkbox in login forms by default?
- custom login query for custom login form?
- WordPress reCAPTCHA Problem
- Customizing WordPress Login URL
- It is possible that to get data in wp_login.php to your own php file in wordpress?
- Using gettext on wp-login.php won’t change “Back to site name” text
- Add video to wordpress login page
- WordPress login form with fancybox
- I wanna create a custom login form template
- Add custom field in wp_login_form()
- Retrieve password only by login. Users with same email
- wp-login.php not returning error messages / or gives 404
- Registration page background color covering 1 screen not covering full page
- Custom error messages for login and lost password forms
- The website cannot display the page
- How to fake a WordPress login?
- Custom login form redirect to external site
- Clarification on auth_redirect()
- How to customise wp-login.php only for users who are setting a password for the first time?
- Remove built in wordpress login and use only google auth
- Positioning the “Lost your password?” and “← Back to Site”
- Check if user is logged in else login page
- Remove “Remember Me” from login form
- Enqueue style for Password Reset page
- WordPress login with Phone Number [closed]
- Custom Login and Registration form in Ajax
- FORCE_SSL_ADMIN not working
- Add class to input form in login form
- Set user password after creating user
- wp_login_form() passing user ID into URL on redirect?
- Restricting frontend acess based on user role otherwise redirect to login form
- how to restrict user login whenever if a user puts on hold by editing wp-login action?
- Is there an earlier hook than login_head or login_enqueue_scripts?
- Custom login form for front-end user as well as admin
- Is possible to allow user to login with different role?
- Redirect wp-login
- How to set where user is redirected to after logging in at wp-login?
- Is the login encrypted before it is sent? If so how to do I encrypt it the same way?
- how to prevent wordpress admin from logging in via woocommerce my-account page
- Possibility to login without password
- How to redirect wp_login_form to new page after user loged in?
- Alert Message through email or phone(Message)
- Removing “There is no account with that username or email address.” error message in “/wp-login.php?action=lostpassword”
- woocommerce store login not working at first time
- Basic Auth .htaccess on wp-login, but allow logout from woocommerce
- Check for $ _POST fields in a POST method form
- Styling WordPress login page – Can I change the markup on the login page?
- Meta data being pulled from wp-login.php
- how to add security questions on wp-registration page and validate it
- I want to signin from first wordpress site to other wordpress website without registration..without using network mode
- HTML5/CSS3 Polyfill for wp-login.php
- How to change the title attribute for the WP logo image on wp-login.php
- Multisite login and redirect to users main blog,
- Webpage not found upon entering wrong username and password on custom login form?
- Launch wordpress site to local computer from live website backed-up
- You do not have permission to access this document on form submit
- How to show woocommerce login / registration form in modal
- WordPress – Security Question at Login from User’s Meta Data
- How to hide header and footer from page template