Filter: gravityview/fields/fileupload/link_atts
Modify the link attributes for a file upload field.
Parameters
| Name | Type | Description |
|---|---|---|
| $link_atts | array|string | Array or attributes string. |
| $field_compat | array | Current GravityView field array. |
| $context | \Template_Context | The context. |
| $additional_details | array | Array of additional details about the file. |
| ↳ $file_path | string | URL to file. |
| ↳ $insecure_file_path | string | URL to insecure file. |
| ↳ $disable_lightbox | bool | Whether the lightbox is disabled. |
Since
Source
Defined in includes/fields/class-gravityview-field-fileupload.php at line 463