Filters the return value of check_password_reset_key() when an old-style key or an expired key is used.
Parameters
$returnWP_Error$user_idint- The matched user ID.
Source
return apply_filters( 'password_reset_key_expired', $return, $user_id );
Filters the return value of check_password_reset_key() when an old-style key or an expired key is used.
$returnWP_Error$user_idintreturn apply_filters( 'password_reset_key_expired', $return, $user_id );
User Contributed Notes
You must log in before being able to contribute a note or feedback.