application_password_did_authenticate

最后更新于:2021-11-25 20:27:35

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

Fires after an application password was used for authentication.

参数

$user

(GC_User)
The user who was authenticated.

$item

(array)
The application password used.

源文件

文件: gc-includes/user.php

View on Trac