PHP Inpsyde\MultilingualPress\Common\Nonce Namespace

Nested Namespaces

Inpsyde\MultilingualPress\Common\Nonce\Exception

Interfaces

Name Description
Nonce Interface for all nonce implementations.

Classes

Name Description
ArrayContext Array-based nonce context implementation.
OriginalRequestContext Nonce context implementation wrapping around GET and POST request data using filter_input().
RequestContext Nonce context implementation wrapping around the $_GET and $_POST request superglobals.
WPNonce WordPress-specific nonce implementation.