specific redirection — lostpasword
-
hello
i was wondering if some one can help me out with a specific redirection . When user selects lostpassword on login page – -will like to redirect them to a specific Url ..
things i have done :
located : theme-my-login/includes/class-theme-my-login.php
tried inserting this code — but NO luck
if ( ‘lostpassword’ == $action )
$url = ‘https://site/my-account/lost-password/’;
return $url;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘specific redirection — lostpasword’ is closed to new replies.