Inpsyde\MultilingualPress\Common\Nonce\Exception |
Name | Description |
---|---|
Nonce | Interface for all nonce implementations. |
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. |