WordPress – How to automatically redirect users after password reset
The following code can be used to automatically redirect users after they've reset their password. This code will automatically redirect them to the home page. function itsg_after_password_reset_redirect() { wp_redirect( home_url()…