check_admin_referer – action
Fires once the admin request has been validated or not.
Parameters
- .
- ( 1.5.1 ) . .
- ( string ) $action The nonce action. . . .
- $result
- ( false|int ) 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. . . .