// --- 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 ''; }); // ----------------------------- [로컬 맛집] 사쿠라 후루사토 광장 소프트 아이스크림 및 피크닉 가이드 | ディープ・ローカルトリップ(Deep Local Trip)

[로컬 맛집] 사쿠라 후루사토 광장 소프트 아이스크림 및 피크닉 가이드

💡 Quick Info: Try the local Soft Serve! Buy Bento at the station for a picnic.

주변에 큰 레스토랑이 없습니다. 역에서 도시락을 사서 피크닉을 즐기고 유명한 소프트 아이스크림을 맛보세요!

コメント