Conversation
supportThanks for the great plugin! Can you please add the appropriate capabilities in the GFConvertKit class so we can better control user access?
Hi, Can you provide a little more information about what you’re hoping to have added?
Hey Travis, As you extend the GFFeedAddOn class you can add the following variables (Gravity Forms add them to all official add-ons): protected $_capabilities_settings_page = 'ckgf_convertkit'; protected $_capabilities_uninstall = 'ckgf_convertkit_uninstall'; (additionally this one if you want to support Members plugin) protected $_capabilities = array( 'ckgf_convertkit', 'ckgf_convertkit_uninstall' ); This reply was modified 6 years, 1 month ago by Christopher .
Hi, Can you provide a little more information about what you’re hoping to have added?
Hey Travis, As you extend the GFFeedAddOn class you can add the following variables (Gravity Forms add them to all official add-ons): protected $_capabilities_settings_page = 'ckgf_convertkit'; protected $_capabilities_uninstall = 'ckgf_convertkit_uninstall'; (additionally this one if you want to support Members plugin) protected $_capabilities = array( 'ckgf_convertkit', 'ckgf_convertkit_uninstall' ); This reply was modified 6 years, 1 month ago by Christopher .