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