apply_filters( 'nonce_user_logged_out', int $uid , string $action )
Filters whether the user who generated the nonce is logged out.
Parameters
- $uid
-
ID of the nonce-owning user.
- $action
-
The nonce action.
Source
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |