---
id: gk-gravityview-bulk-actions-download-attachments-file-included
title: "Filter - gk/gravityview/bulk-actions/download-attachments/file-included"
sidebar_label: "gk/gravityview/bulk-actions/download-attachments/file-included"
tags:
  - "3.0.0"
---

# Filter: gk/gravityview/bulk-actions/download-attachments/file-included

Filters whether an attachment should be included in the frontend bulk download.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $included | `bool` | Whether the file should be included. |
| $file_meta | `array` | File metadata. |
| $entry | `array` | Entry object. |
| $field | `array` | Field metadata. |
| $action | `array` | Action config. |

### Since

- 3.0.0-beta.3

### Source

Defined in `src/Entry/BulkActions/Actions/DownloadAttachmentsAction.php` at line 998

