Disable Jetpack's CSS to be concatenated into a single jetpack.css file

Disable Jetpack’s CSS to be concatenated into a single jetpack.css file on your child site.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'jetpack_implode_frontend_css', '__return_false', 99 );
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.