Filters whether the user who generated the nonce is logged out.
$uidint$actionstring|intwp-includes/pluggable.php:2481wp_verify_nonce()wp-includes/pluggable.php:2536wp_create_nonce() * * @since 3.5.0 * * @param int $uid ID of the nonce-owning user. * @param string|int $action The nonce action, or -1 if none was provided. */ $uid = apply_filters( 'nonce_user_logged_out', $uid, $action ); } if ( empty( $nonce ) ) { return false; }Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.