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.
Open
Last updated: May 23, 2026
0 comments
Log in to comment on this feature request.