Filter: gk/gravityactions/modal/verify-nonce
Filter whether to verify the nonce passed to the modal loading.
There are certain scenarios where you may want to disable the nonce verification.
Parameters
| Name | Type | Description |
|---|---|---|
| $should_verify_nonce | bool | Whether to verify the nonce passed to the modal loading. |
| $nonce | string | The nonce passed to the modal loading. |
Since
Source
Defined in src/GravityActions/Admin.php at line 118