Action hook 'check_admin_referer'

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

Description

Fires once the admin request has been validated or not.

Occurrences

Filename Line Number
wp-includes/pluggable.php 1290

Parameters

Type Name Description
string $action The nonce action.
false|int $result False if the nonce is invalid, 1 if the nonce is valid and generated between 0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.

PHP Doc

/**
		 * Fires once the admin request has been validated or not.
		 *
		 * @since 1.5.1
		 *
		 * @param string    $action The nonce action.
		 * @param false|int $result False if the nonce is invalid, 1 if the nonce is valid and generated between
		 *                          0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.
		 */