Remove related-posts.css
-
Hi,
After upgraded to version 9.8, I’m unable to remove the related-posts.css with filter:
add_filter( 'jetpack_implode_frontend_css', '__return_false', 99 ); function jeherve_remove_all_jp_css() { wp_deregister_style( 'jetpack_related-posts-css' ); //Related Posts } add_action('wp_print_styles', 'jeherve_remove_all_jp_css' );Can you please recheck?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Remove related-posts.css’ is closed to new replies.