Fires when an application password failed to authenticate the user.
Parameters
$error
WP_Error- The authentication error.
Source
do_action( 'application_password_failed_authentication', $error );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
Fires when an application password failed to authenticate the user.
$error
WP_Errordo_action( 'application_password_failed_authentication', $error );
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.