diff --git a/includes/class-rocket-async-css.php b/includes/class-rocket-async-css.php index f6a0971..1eef47c 100644 --- a/includes/class-rocket-async-css.php +++ b/includes/class-rocket-async-css.php @@ -117,6 +117,9 @@ private function define_public_hooks() { add_filter( 'pre_get_rocket_option_minify_css', '__return_zero' ); add_filter( 'pre_get_rocket_option_minify_google_fonts', '__return_zero' ); add_filter( 'wp', array( $this, 'wp_action' ) ); + + remove_filter( 'style_loader_src', 'rocket_cache_dynamic_resource', 16 ); + remove_filter( 'style_loader_src', 'rocket_browser_cache_busting', PHP_INT_MAX ); } add_action( 'after_rocket_clean_domain', array( $this, 'prune_transients' ) ); add_action( 'after_rocket_clean_post', array( $this, 'prune_post_transients' ) );