WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about check_admin_referer

Back to home

Files

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

Hook Parameters

Parameter 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