Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Plugin Name: Swift Performance Tweaks
- */
- add_action('init', function(){
- remove_action('woocommerce_product_set_stock', array('Swift_Performance_Cache', 'clear_post_cache'));
- remove_action('woocommerce_variation_set_stock', array('Swift_Performance_Cache', 'clear_post_cache'));
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement