过滤生成nonce的用户是否已注销。
原型
apply_filters( 'nonce_user_logged_out', int $uid, string $action )
参数
$uid
(int)
拥有nonce的用户的ID。
$action
(string)
随机动作。
源文件
路径:wp-includes/pluggable.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/nonce_user_logged_out/