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