Meta Box
Support Forum
Support › General › Field type taxonomy problem
Hi,
with this - it's ok:
'type' => 'taxonomy', 'taxonomy' => 'taxonomy-slug', 'multiple' => true
but with this, the field is empty after saving post:
'type' => 'taxonomy', 'taxonomy' => array('taxonomy-slug','taxonomy-slug2'), 'multiple' => true
Thanks for bug report. It's just fixed on Github.