Filter: gform_nonce_life
Filters the lifespan of the nonce used for AJAX submissions and validation.
Parameters
| Name | Type | Description |
|---|---|---|
| $lifespan_in_seconds | int | The lifespan of the nonce in seconds (defaults to 3 days). |
| $action | string | The nonce action (gform_ajax_submission or gform_ajax_validation). |
Since
Source
Defined in includes/ajax/class-gf-ajax-handler.php at line 241
Returns
The lifespan of the nonce in seconds.