仏教本来の在り方を探求し、
人々の心の平穏に貢献する。
// 仏教辞典カスタム投稿タイプのREST APIを有効化 add_action('init', function() { global $wp_post_types; if (isset($wp_post_types['introduce'])) { $wp_post_types['introduce']->show_in_rest = true; $wp_post_types['introduce']->rest_base = 'introduce'; } }, 25);