Field type taxonomy problem

Support General Field type taxonomy problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8722
    HazmiHazmi
    Participant

    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
    #8746
    Anh TranAnh Tran
    Keymaster

    Thanks for bug report. It's just fixed on Github.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.