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 4 years, 11 months ago by Christopher.