nonce_user_logged_out
apply_filters( ‘nonce_user_logged_out’, int $uid , string $action )
过滤器::过滤生成nonce的用户是否已注销。
Filter Hook: Filters whether the user who generated the nonce is logged out.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$uid | (int) | 当前拥有用户的ID。 |
$action | (string) | 立即行动。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.5.0 | wp-includes/pluggable.php:2133 | 2 | 0 |
nonce_user_logged_out 为WP2原创文章,链接:https://www.wp2.cn/hook/nonce_user_logged_out/