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 5 years, 9 months ago by
Christopher.