Advertisement
swte

Untitled

Oct 18th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. add_action('swift_performance_cache_init', function(){
  2.     remove_action('activated_plugin', array('Swift_Performance_Cache', 'clear_all_cache'));
  3.     remove_action('deactivated_plugin', array('Swift_Performance_Cache', 'clear_all_cache'));
  4.     remove_action('upgrader_process_complete', array('Swift_Performance_Cache', 'clear_all_cache'));
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement