Filter: gravityview/fields/fileupload/files_array
Modify the files array.
Parameters
| Name | Type | Description |
|---|---|---|
| $output_arr | array | Associative array of files |
| ↳ $file_path | string | The path to the file as stored in Gravity Forms. |
| ↳ $content | string | The generated output for the file. |
| $field_compat | array | Current GravityView field array. |
| $context | \Template_Context | The context. |
Since
- 1.7
- 2.0: Added $context parameter.
Source
Defined in src/Field/Types/FileUpload.php at line 550