Description
Fires before the password reset procedure is validated.
Occurrences
Filename | Line Number |
---|---|
wp-login.php | 991 |
Parameters
Type | Name | Description |
---|---|---|
WP_Error | $errors | WP Error object. |
WP_User|WP_Error | $user | WP_User object if the login and reset key match. WP_Error object otherwise. |
PHP Doc
/**
* Fires before the password reset procedure is validated.
*
* @since 3.5.0
*
* @param WP_Error $errors WP Error object.
* @param WP_User|WP_Error $user WP_User object if the login and reset key match. WP_Error object otherwise.
*/