Action hook 'check_ajax_referer'

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

Description

Fires once the Ajax request has been validated or not.

Occurrences

Filename Line Number
wp-includes/pluggable.php 1343

Parameters

Type Name Description
string $action The Ajax 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 Ajax request has been validated or not.
		 *
		 * @since 2.1.0
		 *
		 * @param string    $action The Ajax 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.
		 */