Select (terms)
See Text field for complete documentation.
$box = new Cuztom_Meta_Box( $id, $title, $post_type, array(
array(
'id' => '_data_term_select',
'type' => 'term_select',
'label' => 'Field Label',
'args' => array(
'taxonomy' => 'category'
),
),
...
) );
Updated over 8 years ago