Filter: gk/gravityview/edit-entry/user-can-edit-field
Filters whether the current user can bulk-edit a configured field.
This mirrors Edit Entry's field-level capability check.
Parameters
| Name | Type | Description |
|---|---|---|
| $has_cap | bool | Whether the current user has the field capability. |
| $setting | array | View field settings. |
| $entry | array | Entry being edited, or empty during action rendering. |
| $view | \View | View. |
Since
- 3.0.0
Source
- Defined in
src/Entry/BulkActions/Actions/BulkEditAction.phpat line 1530 - Defined in
src/Extension/EditEntry/EditEntryRender.phpat line 3356