Filter: gform_field_types_delete_files
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_field_types_delete_files(base hook)gform_field_types_delete_files_1(with first modifier value)
Allows more files to be deleted
Parameters
| Name | Type | Description |
|---|---|---|
| $field_types | array | Field types which contain file uploads |
| $form | array | The Form Object |
Since
- 1.9.10
Source
- Defined in
forms_model.phpat line 2329 - Defined in
includes/legacy/forms_model_legacy.phpat line 415