On this page
do_action( 'wp_verify_nonce_failed', string $nonce, string|int $action, WP_User $user, string $token )
Fires when nonce verification fails.
Parameters
$noncestring-
The invalid nonce.
$actionstring|int-
The nonce action.
$userWP_User-
The current user object.
$tokenstring-
The user's session token.
Source
File: wp-includes/pluggable.php. View all references
do_action( 'wp_verify_nonce_failed', $nonce, $action, $user, $token );
Related
Used By
| Used By | Description |
|---|---|
| wp_verify_nonce() wp-includes/pluggable.php | Verifies that a correct security nonce was used with time limit. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_verify_nonce_failed