Insert into your theme or child theme functions file: [code lang="php"] /* ------------------------- GRAVITY FORMS ROLES --- */ $role = get_role('editor'); $role->add_cap('gform_full_access'); add_action('admin_menu', function () { $user = new...
Gravity Forms User Role Menu Restriction/Hide
read more...
