Filter: gravityview/edit_entry/use_gf_admin_only_setting
When Edit tab isn't configured, should the Gravity Forms "Admin Only" field settings be used to control field display to non-admins? Default: true.
If the Edit Entry tab is not configured, adminOnly fields will not be shown to non-administrators. If the Edit Entry tab is configured, adminOnly fields will be shown to non-administrators, using the configured GV permissions
Parameters
| Name | Type | Description |
|---|---|---|
| $use_gf_adminonly_setting | bool | True: Hide field if set to Admin Only in GF and the user is not an admin. False: show field based on GV permissions, ignoring GF permissions. |
| $form | array | GF Form array |
| $view_id | int | View ID |
Since
Source
Defined in includes/extensions/edit-entry/class-edit-entry-render.php at line 2393