MK
Size: a a a
MK
MK
S
SM
MK
SM
LL
DB
SZ
'taxonomies' => array( 'post_tag', 'cases-category' ),Почему я не вижу эту таксономия справа в CPT?
add_action( 'init', 'create_taxonomies' );
function create_taxonomies(){
register_taxonomy('cases-category', 'cases', array(
'hierarchical' => true,
'labels' => array(
'name' => _x( 'Categories', 'yellowalls' ),
'singular_name' => _x( 'Category', 'yellowalls' ),
),
'show_ui' => true,
'query_var' => true,
));
}
SZ
'show_in_rest' => true,
k
MK
k
k
MK
I
DZ
M
KD
M