Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-login.php | apply_filters | 809 | /** * Filters the URL redirected to after submitting the lostpassword/retrievepassword form. * * @since 3.0.0 * * @param string $lostpassword_redirect The redirect destination URL. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $lostpassword_redirect | The redirect destination URL. |