do_action( 'wp_verify_nonce_failed', string $nonce , string|int $action , WP_User $user , string $token )
Fires when nonce verification fails.
Parameters
- $nonce
-
The invalid nonce.
- $action
-
The nonce action.
- $user
-
The current user object.
- $token
-
The user's session token.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |