$blog) { $blog_id = $blog->blog_id; switch_to_blog($blog_id); $cache->empty(); \WP_CLI::success('Emptied debloat cache for site - ' . get_option('home')); restore_current_blog(); } return; } $cache->empty(); \WP_CLI::success('Emptied all debloat cache.'); } }