Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Plugin Name: Swift Performance Tweaks
- */
- add_action('save_post', function(){
- if (class_exists('Swift_Performance_Cache')){
- Swift_Performance_Cache::clear_all_cache();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement