Filter: gform_disable_ajax_save
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_disable_ajax_save(base hook)gform_disable_ajax_save_1(with first modifier value)
This filter should be used to disabled ajax save.
Parameters
| Name | Type | Description |
|---|---|---|
| $is_ajax_save_disabled | bool | Defaults to false. |
Since
- 2.6
Source
Defined in includes/save-form/class-gf-save-form-helper.php at line 69