Filter: gk/gravityview/bulk-actions/delete-action-available
Filters whether the Delete Entries action should appear without a broad delete capability.
This affects action visibility only. Processing still checks delete permission for each entry before deleting or trashing it.
Parameters
| Name | Type | Description |
|---|---|---|
| $available | bool | Whether the action should appear. |
| $view_id | int | View ID. |
| $view | \View | View. |
| $action | array | Action configuration. |
Since
- 3.0.0
Source
Defined in src/Entry/BulkActions/Actions/DeleteEntriesAction.php at line 183