add_filter( 'style_loader_src', function($href){ if(strpos($href, "stylesheet.min.css") == true) { return false; } return $href; });