We have the problem that we can’t assign users for Gravity Forms the rights to customise settings like Mailchimp. These menu items are missing. Even if the user gets all administrator rights from URE, the item is missing. So there is a difference between a Normal Admin User and a USE Admin User. A WP Admin User can customize that. How can we customize this? I want to give some users the possibility to customize the settings at Gravity Forms, but restrict other rights for it.
In order to help you I need access to this add-on copy. If it’s applicable share .zip with support [at-sign] role-editor.com via Google Drive or DropBox. I use such software locally and in the investigation purpose only.
If look at the file class-gf-mailchimp.php, line #119, you will see:
/**
* Defines the capabilities needed for the Mailchimp Add-On
*
* @since 3.0
* @access protected
* @var array $_capabilities The capabilities needed for the Add-On
*/
protected $_capabilities = array( 'gravityforms_mailchimp', 'gravityforms_mailchimp_uninstall' );
So Mailchimp menu item is protected by ‘gravityforms_mailchimp’ user capability.