Redirecting the lost password page request when using a custon login page
Do you just want to change the link url for lost password? function my_lost_password_url() { return home_url(‘/lost-password’); } add_filter(‘lostpassword_url’, ‘my_lost_password_url’);