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 | \GV\View | 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