---
id: gk-gravityview-bulk-actions-render-template
title: "Filter - gk/gravityview/bulk-actions/render-template"
sidebar_label: "gk/gravityview/bulk-actions/render-template"
tags:
  - "3.0.0"
---

# Filter: gk/gravityview/bulk-actions/render-template

Filters whether a frontend bulk action template partial should render.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $render | `bool` | Whether to render the template partial. |
| $view_id | `int` | View ID. |
| $view | <a href="../../../gravityview-featured-entries/api/classes/gv-view">\GV\View</a> | View object. |
| $context | `\TemplateContext` | Template context. |
| $template_slug | `string` | Template slug. |
| $data | `array` | Template data. |

### Since

- 3.0.0

### Source

Defined in `src/Entry/BulkActions/Renderer.php` at line 267

