Filter hook 'nonce_user_logged_out'

in WP Core File wp-includes/pluggable.php at line 2326

Description

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

Occurrences

Filename Line Number
wp-includes/pluggable.php 2326
wp-includes/pluggable.php 2381

Parameters

Type Name Description
int $uid ID of the nonce-owning user.
string|int $action The nonce action, or -1 if none was provided.

PHP Doc

/**
			 * Filters whether the user who generated the nonce is logged out.
			 *
			 * @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.
			 */