WordPress サイトエディターでのカスタムタクソノミーの表示 – Nick Diego
register_taxonomy_for_object_type() – Function | Developer.WordPress.org
wp.blocks.registerBlockVariation(
'core/post-terms',
{
name: 'test_category',
title: 'Test Categories',
icon: 'category',
isDefault: false,
attributes: { term: 'testcategory' },
},
);