- ホーム
- 言辞施
言辞施
登録されている記事はございません。
// 仏教辞典カスタム投稿タイプの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);
登録されている記事はございません。