do_action( 'wp_verify_nonce_failed', string $nonce, string|int $action, WP_User $user, string $token )

Fires when nonce verification fails.


Description Description


Parameters Parameters

$nonce

(string) The invalid nonce.

$action

(string|int) The nonce action.

$user

(WP_User) The current user object.

$token

(string) The user's session token.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.