Taxonomy select
Example configuration
...
array(
'title' => 'My taxonomy select field title',
'id' => 'taxonomy-select-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'taxonomy' => 'category',
'type' => 'taxonomy-select',
),
...
Multiple choice

Params
Last updated