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



lostpassword_url › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'lostpassword_url', $lostpassword_url, $redirect )
Parameter: (2)
  • (string) $lostpassword_url The lost password page URL.
    Erforderlich: Ja
  • (string) $redirect The path to redirect to on login.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Lost Password URL.





Quellcode

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