wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_verify_nonce_failed › Działania WordPress Hooks

Od4.4.0
Przestarzałyn/a
do_action( 'wp_verify_nonce_failed', $nonce, $action, $user, $token )
Parametry: (4)
  • (string) $nonce The invalid nonce.
    Wymagane: Tak
  • (string|int) $action The nonce action.
    Wymagane: Tak
  • (WP_User) $user The current user object.
    Wymagane: Tak
  • (string) $token The user's session token.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires when nonce verification fails.





Źródło

do_action( 'wp_verify_nonce_failed', $nonce, $action, $user, $token );