Filters whether the user who generated the nonce is logged out.
Parameters
$uidint- ID of the nonce-owning user.
$actionstring|int- The nonce action, or -1 if none was provided.
Source
$uid = apply_filters( 'nonce_user_logged_out', $uid, $action );
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes