wpseek.com
A WordPress-centric search engine for devs and theme authors



nonce_user_logged_out › WordPress Filter Hooks

Since3.5.0
Deprecatedn/a
apply_filters( 'nonce_user_logged_out', $uid, $action )
Parameters: (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
Defined at:
Codex:

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





Source

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