auth_cookie_valid

最后更新于:2021-11-25 20:38:25

do_action( ‘auth_cookie_valid’, string[] $cookie_elements, GC_User $user )

Fires once an authentication cookie has been validated.

参数

$cookie_elements

(string[])
An array of data for the authentication cookie.

$user

(GC_User)
User object.

源文件

文件: gc-includes/pluggable.php

View on Trac