// --- 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 ''; }); // ----------------------------- [Local Food] Cafe & Picnic Guide at Sakura Furusato Square | ディープ・ローカルトリップ(Deep Local Trip)

[Local Food] Cafe & Picnic Guide at Sakura Furusato Square

Soft Serve Ice Cream & Picnic Hacks by the Windmill

Sakura Furusato Square
💡 Quick Info:
– 🍦 Must-Try: Local milk soft serve ice cream at the “Saranka” shop.
– 🍱 Lunch Hack: There are NO major restaurants nearby. Buy a bento box at the station supermarket and have a picnic!
– 💴 Payment: The shop accepts cards, but food trucks during festivals are CASH ONLY.

Snacks at “Saranka” Shop

Right next to the windmill is a shop called “Saranka”. Their soft serve ice cream, made from fresh local milk, is extremely popular and the perfect treat after a bike ride. They also serve coffee and light snacks.

The Ultimate Choice: A Lakeside Picnic

There are virtually no full-scale restaurants immediately around the square. On a sunny day, the smartest choice is to buy sushi, bento boxes, and drinks at the supermarket in front of Keisei Sakura Station, and enjoy a picnic on the benches by Lake Inbanuma.

コメント