On this page
do_action( 'application_password_failed_authentication', WP_Error $error )
Fires when an application password failed to authenticate the user.
Parameters
$errorWP_Error-
The authentication error.
Source
File: wp-includes/user.php. View all references
do_action( 'application_password_failed_authentication', $error );
Related
Used By
| Used By | Description |
|---|---|
| wp_authenticate_application_password() wp-includes/user.php | Authenticates the user using an application password. |
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/application_password_failed_authentication