// --- Disable Comments Completely --- add_action('admin_init', function () { global $pagenow; if ($pagenow === 'edit-comments.php') { wp_redirect(admin_url()); exit; } remove_meta_box('dashboard_recent_comments', 'dashboard', 'normal'); foreach (get_post_types() as $post_type) { if (post_type_supports($post_type, 'comments')) { remove_post_type_support($post_type, 'comments'); remove_post_type_support($post_type, 'trackbacks'); } } }); add_filter('comments_open', '__return_false', 20, 2); add_filter('pings_open', '__return_false', 20, 2); add_filter('comments_array', '__return_empty_array', 10, 2); add_action('admin_menu', function () { remove_menu_page('edit-comments.php'); }); add_action('init', function () { if (is_admin_bar_showing()) { remove_action('admin_bar_menu', 'wp_admin_bar_comments_menu', 60); } }); // ----------------------------------- // --- Hide Comments via CSS --- add_action('wp_head', function() { echo ''; }); // ----------------------------- Sakura Fireworks Festa 2026: One of the most impressive water fireworks in Kanto | ディープ・ローカルトリップ(Deep Local Trip)

Sakura Fireworks Festa 2026: One of the most impressive water fireworks in Kanto

Sakura Fireworks Festa 2026: One of the most impressive water fireworks in Kanto

A big event held on the shores of Inbanuma Lake from summer to autumn every year! We boast a total of over 10,000 fireworks, including 2-shaku fireworks and water fireworks. This is one of the largest light art exhibits in Chiba Prefecture, and we can’t wait to see it in 2026.

📍 Location: Lake Inbanuma (around Sakura Furusato Hiroba)
🗓️ Schedule: 2026 (summer to fall)
💡 Highlights: The overwhelming power of Kanto’s largest “2-shaku fireworks” and “water fireworks” that open in a semicircle on the water surface!
👉 Read the Fireworks Festa Deep Dive Guide (with Maps)
Yumi

This article was written by: Yumi

Local travel writer living in Chiba Prefecture. On the weekends, I explore hidden spots in Chiba Prefecture with my camera. I have a particular eye for deep historical spots and local gourmet food.

コメント