wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



password_reset_key_expired › Filtr WordPress Hooks

Od4.3.0
Przestarzałyn/a
apply_filters( 'password_reset_key_expired', $return, $user_id )
Parametry: (2)
  • (WP_Error) $return A WP_Error object denoting an expired key. Return a WP_User object to validate the key.
    Wymagane: Tak
  • (int) $user_id The matched user ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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