Support Forum
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