On this page
do_action( 'application_password_did_authenticate', WP_User $user, array $item )
Fires after an application password was used for authentication.
Parameters
$userWP_User-
The user who was authenticated.
$itemarray-
The application password used.
Source
File: wp-includes/user.php. View all references
do_action( 'application_password_did_authenticate', $user, $item );
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_did_authenticate