Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('swift_performance_cache_init', function(){
- remove_action('activated_plugin', array('Swift_Performance_Cache', 'clear_all_cache'));
- remove_action('deactivated_plugin', array('Swift_Performance_Cache', 'clear_all_cache'));
- remove_action('upgrader_process_complete', array('Swift_Performance_Cache', 'clear_all_cache'));
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement