Filter: gform_secure_file_download_is_https
Allow for override of SSL replacement.
By default Gravity Forms will attempt to determine if the schema of the URL should be overwritten for SSL. This is not ideal for all situations, particularly domain mapping. Setting $field_ssl to false will prevent the override.
Parameters
| Name | Type | Description |
|---|---|---|
| $field_ssl | bool | True to allow override if needed or false if not. |
| $file_url | string | The file URL in question. |
| $field | \GF_Field_FileUpload | The field object for further context. |
Since
- 2.1.1.23
Source
- Defined in
includes/fields/class-gf-field-fileupload.phpat line 643 - Defined in
includes/fields/class-gf-field-fileupload.phpat line 1261