Description
Fires when an application password failed to authenticate the user.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 412 |
wp-includes/user.php | 450 |
wp-includes/user.php | 476 |
Parameters
Type | Name | Description |
---|---|---|
WP_Error | $error | The authentication error. |
PHP Doc
/**
* Fires when an application password failed to authenticate the user.
*
* @since 5.6.0
*
* @param WP_Error $error The authentication error.
*/