Fires after an application password was used for authentication.
Parameters
$userWP_User- The user who was authenticated.
$itemarray- The application password used.
Source
do_action( 'application_password_did_authenticate', $user, $item );
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.