nonce_user_logged_out
最后更新于:2021-11-27 11:13:25
apply_filters( ‘nonce_user_logged_out’, int $uid, string $action )
Filters whether the user who generated the nonce is logged out.
参数
- $uid
-
(int)
ID of the nonce-owning user.
- $action
-
(string)
The nonce action.
源文件
文件: gc-includes/pluggable.php
View on Trac