Product Icon

WooCommerce

Sell online with the flexible, customizable ecommerce platform designed to grow with your business. From your first sale to millions in revenue, Woo is with you. See why merchants trust us to power 4+ million online stores.

disable bundled Jetpack connection in WooCommerce

Hello,

I am not using Jetpack and I do not plan to use any Jetpack/WordPress.com connection features on this site.

In Query Monitor, I can still see bundled Jetpack-related classes/hooks being initialized from inside WooCommerce, including entries under vendor/automattic/jetpack-…, such as:

WooCommerce->init_jetpack_connection_config()
AutomatticJetpackConnection…
AutomatticJetpackAssets…
WC_Post_Types::support_jetpack_omnisearch()
AutomatticJetpackConnectionUsers_Connection_Admin->init()
I already tried:content_copy

phpadd_filter( ‘jetpack_feature_connection_enabled’, ‘__return_false’, 1 );

This appears to disable the feature itself, but some related hooks/classes are still loaded or registered and remain visible in Query Monitor.

Since there is no clear admin setting for fully controlling this behavior, could you please let me know what the recommended and safe way is to completely disable this bundled Jetpack/Connection integration?

Ideally, I want to stop these hooks/actions from running at all, or at least prevent this unnecessary initialization as much as possible, without modifying WooCommerce core files.

If there is an official filter, constant, or recommended method for this, please share it.

Thank you.

Author

elitewebdesign

Current Status

Open

Last updated: May 23, 2026

0 comments

Log in to comment on this feature request.

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.