Christopher
Forum Replies Created
-
Forum: Plugins
In reply to: [Connector GravityForms and MailerLite] Not Activating on MultiSiteSame issue here, it doesn’t activate on Multisite.
Forum: Plugins
In reply to: [WooCommerce] Multisite: Can’t access Status page + slow query on adminHey Siew,
I’ve done it already and posted the results in my previous comment:
Automattic\W\B\Installer->maybe_create_table()Can the WooCommerce Status page load in a DB with more than 100K tables?
Forum: Plugins
In reply to: [Disable Gutenberg] Causing slow query in Woocommerce plugin?I have the same issue on WordPress multisite with more than 50.000 tables in database. The WooCommerce is only enabled on main site.
Forum: Plugins
In reply to: [Gravity Forms ConvertKit Add-On] CapabilitiesHey 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.