Filter: gravityview-inline-edit/user-can-edit-entry
Modify whether the current user can edit an entry
Parameters
| Name | Type | Description |
|---|---|---|
| $can_edit_entry | bool | True: User can edit the entry at $entry_id; False; they just can't |
| $entry_id | int | Entry ID to check |
| $form_id | int | Form connected to $entry_id |
| $view_id | int|null | ID of the View being edited, if exists. Otherwise, NULL. |
Since
Source
Defined in class-gravityview-inline-edit.php at line 323