WPIntell

Source evidence

Capabilities

Gravity Forms ConvertKit Add-On · support · 2020-04-08T11:37:00+00:00

mixedsentiment
lowseverity
0.68relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Christopher resolved
Thanks 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 .

Comments

2 shown
Travis Northcutt 2020-04-08T19:51:00+00:00

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

Christopher 2020-04-09T07:19:00+00:00

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 .