Filter: gk/gravityview/fields/fileupload/secure-links/bypass
Filters whether to bypass secure download URLs for this field.
Parameters
| Name | Type | Description |
|---|---|---|
| $bypass_secure_links | bool | Whether to bypass secure download URLs and use direct file paths. |
| $field | \GF_Field_FileUpload | The file upload field. |
| $field_settings | array | GravityView settings for the field. |
| $context | \Template_Context | The template context. |
| $file_path | string | The original file path. |
Since
- 2.45
Source
Defined in src/Field/Types/FileUpload.php at line 773