• Resolved Christopher

    (@growtale)


    Thanks for the great plugin!

    Can you please add the appropriate capabilities in the GFConvertKit class so we can better control user access?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Travis Northcutt

    (@travisnorthcutt)

    Hi,

    Can you provide a little more information about what you’re hoping to have added?

    Thread Starter Christopher

    (@growtale)

    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, 7 months ago by Christopher.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Capabilities’ is closed to new replies.