Created
August 23, 2018 20:40
-
-
Save remyperona/6dcf675fafda7aa9f97d139556c5ec69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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