Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WordPress Nonce Test Plugin™
WP Nonce Test Plugin is not affiliated with WordPress Nonce Test Plugin. The name and any related trademarks are used solely for nominative descriptive purposes.
This package provides an object-oriented interface for managing nonces (CSRF tokens) in plugin and theme development. It is designed for developers who prefer a structured, testable approach over the standard procedural functions.
NonceManager class acts as a central service for handling nonce creation and verification, offering a cleaner architectural pattern.NonceFactory and Verifier depend on interfaces, allowing you to create custom implementations and inject them into the manager.