Forums
(@direnc)
4 years ago
Try this
add_action( 'init',function(){ remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' ); remove_action( 'wp_footer', 'wp_enqueue_global_styles', 1 ); remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' ); } );