Make WordPress Core

Opened 4 months ago

Last modified 4 months ago

#60824 new enhancement

Add filters to to wp_verify_nonce()

Reported by: tymotey's profile tymotey Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.5
Component: Security Keywords: has-patch
Focuses: Cc:

Description

Allow a more customizable way to interact with wp_verify_nonce().
Improvements are meant to allow plugins to be able to modify/log the nonce sent, also allowing easy control on the return value in each situation(verify 1, verify 2, nonce failed to verify).

Change History (3)

This ticket was mentioned in PR #6305 on WordPress/wordpress-develop by @tymotey.


4 months ago
#1

  • Keywords has-patch added

Changes are meant for a improved way to modify input and output values of the function.

Trac ticket: https://core.trac.wordpress.org/ticket/60824#ticket

#2 @swissspidy
4 months ago

  • Summary changed from improvements to wp_verify_nonce() to Add filters to to wp_verify_nonce()

#3 @swissspidy
4 months ago

  • Focuses sustainability removed
Note: See TracTickets for help on using tickets.