wpseek.com
WordPress开发者和主题制作者的搜索引擎



nonce_user_logged_out › WordPress过滤钩子

Since3.5.0
已弃用n/a
apply_filters( 'nonce_user_logged_out', $uid, $action )
参数: (2)
  • (int) $uid ID of the nonce-owning user.
    Required: Yes
  • (string|int) $action The nonce action, or -1 if none was provided.
    Required: Yes
定义在:
文档:

Filters whether the user who generated the nonce is logged out.





源码

$uid = apply_filters( 'nonce_user_logged_out', $uid, $action );