WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about check_ajax_referer

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php do_action 1324 /**
* 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.
*/

Hook Parameters

Parameter 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