wp_verify_nonce_failed

Advertisement

Summery Summery

Fires when nonce verification fails.

Syntax Syntax

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

Parameters Parameters

$nonce

The invalid nonce.

$action

The nonce action.

$user

The current user object.

$token

The user's session token.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply