On this page
apply_filters( 'password_reset_key_expired', WP_Error $return, int $user_id )
Filters the return value of check_password_reset_key() when an old-style key is used.
Parameters
$returnWP_Error$user_idint-
The matched user ID.
Source
File: wp-includes/user.php. View all references
return apply_filters( 'password_reset_key_expired', $return, $user_id );
Related
Used By
| Used By | Description |
|---|---|
| check_password_reset_key() wp-includes/user.php | Retrieves a user row based on password reset key and login. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/password_reset_key_expired