Skip to content

Instantly share code, notes, and snippets.

@Tabrisrp
Created August 23, 2018 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tabrisrp/6dcf675fafda7aa9f97d139556c5ec69 to your computer and use it in GitHub Desktop.
Save Tabrisrp/6dcf675fafda7aa9f97d139556c5ec69 to your computer and use it in GitHub Desktop.
<?php
defined( 'ABSPATH' ) || die();
add_action( 'wp_rocket_loaded', function() {
remove_filter( 'delete_transient_wc_products_onsale', 'wp_suspend_cache_invalidation' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment