無財の七施
1件中 1件を表示
1件中 1件を表示
// 仏教辞典カスタム投稿タイプの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);
1件中 1件を表示
1件中 1件を表示