Jetpack with only custom CSS module
-
I have an installation where Jetpack development mode is enabled and I have manually deactivated all modules except Custom CSS. Nevertheless, I see the following actions are still being performed:
Jetpack::check_open_graph
jetpack_matt_random_redirect
jetpack_load_theme_compat
jetpack_load_theme_tools
Jetpack::extra_oembed_providers
Jetpack::check_twitter_tags
Jetpack::check_rest_api_compat
jetpack_register_genericons
Jetpack_Comic::init
Jetpack_Testimonial::init
Nova_Restaurant::initIgnoring devicepx, is there a way via filters to do absolutely nothing except what is required for Custom CSS?
I’m aware of this Gist to force deactivate all but 1 module, https://gist.github.com/jeherve/7872205. But that is what I have manually done, so I doubt it will get me closer to my goal.
- The topic ‘Jetpack with only custom CSS module’ is closed to new replies.