Action hook 'application_password_did_authenticate'

in WP Core File wp-includes/user.php at line 465

Description

Fires after an application password was used for authentication.

Occurrences

Filename Line Number
wp-includes/user.php 465

Parameters

Type Name Description
WP_User $user The user who was authenticated.
array $item The application password used.

PHP Doc

/**
		 * Fires after an application password was used for authentication.
		 *
		 * @since 5.6.0
		 *
		 * @param WP_User $user The user who was authenticated.
		 * @param array   $item The application password used.
		 */