do_action( ‘application_password_did_authenticate’, WP_User $user, array $item )

In this article

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

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.