Skip to main content

Filter: gravityview/fields/fileupload/link_atts

Modify the link attributes for a file upload field.

Parameters

NameTypeDescription
$link_attsarray|stringArray or attributes string.
$field_compatarrayCurrent GravityView field array.
$context\Template_ContextThe context.
$additional_detailsarrayArray of additional details about the file.
↳ $file_pathstringURL to file.
↳ $insecure_file_pathstringURL to insecure file.
↳ $disable_lightboxboolWhether the lightbox is disabled.

Since

  • 2.0: Added $context.
  • 2.11: Added $additional_details.

Source

Defined in includes/fields/class-gravityview-field-fileupload.php at line 463