wpseek.com
A WordPress-centric search engine for devs and theme authors



lostpassword_redirect › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'lostpassword_redirect', $lostpassword_redirect )
Parameters:
  • (string) $lostpassword_redirect The redirect destination URL.
    Required: Yes
Defined at:
Codex:

Filters the URL redirected to after submitting the lostpassword/retrievepassword form.





Source

$redirect_to = apply_filters( 'lostpassword_redirect', $lostpassword_redirect );