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



password_reset_key_expired › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'password_reset_key_expired', $return, $user_id )
Parameter: (2)
  • (WP_Error) $return A WP_Error object denoting an expired key. Return a WP_User object to validate the key.
    Erforderlich: Ja
  • (int) $user_id The matched user ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the return value of check_password_reset_key() when an old-style key is used.





Quellcode

return apply_filters( 'password_reset_key_expired', $return, $user_id );