Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('woocommerce_new_order', function(){
- if (class_exists('Swift_Performance_Cache')){
- Swift_Performance_Cache::clear_all_cache();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement