wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



check_admin_referer › WordPress Action Hooks

Seit1.5.1
Veraltetn/v
do_action( 'check_admin_referer', $action, $result )
Parameter: (2)
  • (string) $action The nonce action.
    Erforderlich: Ja
  • (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.
    Erforderlich: Ja
Definiert in:
Codex:

Fires once the admin request has been validated or not.





Quellcode

do_action( 'check_admin_referer', $action, $result );