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



lostpassword_url › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'lostpassword_url', $lostpassword_url, $redirect )
Parameters: (2)
  • (string) $lostpassword_url The lost password page URL.
    Required: Yes
  • (string) $redirect The path to redirect to on login.
    Required: Yes
Defined at:
Codex:

Filters the Lost Password URL.





Source

return apply_filters( 'lostpassword_url', $lostpassword_url, $redirect );