Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- foreach (get_sites() as $blog){
- switch_to_blog($blog->blog_id);
- if (class_exists('Swift_Performance_Cache')){
- Swift_Performance_Cache::clear_all_cache();
- }
- restore_current_blog();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement