get_col("SELECT blog_id FROM $wpdb->blogs"); $current_blog_id = get_current_blog_id(); foreach ($blog_ids as $blog_id) { switch_to_blog($blog_id); wpfront_notification_bar_uninstall($is_pro); } switch_to_blog($current_blog_id); } else { wpfront_notification_bar_uninstall($is_pro); } wp_cache_flush(); }