Fires when an application password has been successfully checked as valid.
Description
This allows for plugins to add additional constraints to prevent an application password from being used.
Parameters
Source
do_action( 'wp_authenticate_application_password_errors', $error, $user, $item, $password );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.