application_password_failed_authentication WordPress Action Hook
The application_password_failed_authentication hook is called when an application password fails authentication.
do_action( 'application_password_failed_authentication', WP_Error $error ) #
Fires when an application password failed to authenticate the user.
Parameters
- $error
(WP_Error)The authentication error.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |