@prattisdev
How do you do it when not using a different login slug ?
dwinden
I don’t know how to do it at all but from looking up from Google it seems that you might be able to redirect when the website uses the &login=failed in its hyperlink. However, when using a different login slug, it doesn’t do that at all and remains the same one.
@prattisdev
I think the login=failed url parameter is a customization … It’s not a standard WP login page URL parameter.
Make it easier for yourself. Take 1 step at the time.
First make it work while not using a different login slug.
Then take the next step and change the login slug.
Use the wp_login_failed action hook to redirect to the homepage upon a failed login attempt.
Only if changing the login slug breaks the wp_login_failed action hook solution then this is an iTSec plugin issue …
dwinden