wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



lostpassword_redirect › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'lostpassword_redirect', $lostpassword_redirect )
Parameter:
  • (string) $lostpassword_redirect The redirect destination URL.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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