Redirect after lost password
-
Hi,
I try to redirect to a custom page after lost passwaord submission but it is always redirected the login page.
Thnaks for help
add_filter( 'lostpassword_redirect', 'my_redirect_home' ); function my_redirect_home( $lostpassword_redirect ) { return 'https://mysite.com/my-custom -page/' ; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Redirect after lost password’ is closed to new replies.