On this page
apply_filters( 'nonce_user_logged_out', int $uid, string|int $action )
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
File: wp-includes/pluggable.php. View all references
$uid = apply_filters( 'nonce_user_logged_out', $uid, $action );
Related
Used By
| Used By | Description |
|---|---|
| wp_verify_nonce() wp-includes/pluggable.php | Verifies that a correct security nonce was used with time limit. |
| wp_create_nonce() wp-includes/pluggable.php | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/nonce_user_logged_out