Support Meta Box Conditional Logic Conditional logic does not work based on a taxonomy field Reply To: Conditional logic does not work based on a taxonomy field

#12370
Hansjakob FehrHansjakob Fehr
Participant

It works also when i use post_category … but just when i use it in the category meta box.
Post_category with taxonomy field does not work.

I dried it different ways:
//array( 'slug:post_category', 'in', array( 'buch' ) ),
//array( 'slug:tax_input[medium]', 'in', array( 'buch' )),
//array( 'slug:tax_input[medium]', '=', 'buch' ),
//array( 'medium', 'in', array( 'buch' )),
//array ('medium','=','buch', ),

What do i wrong?
Thanks again.
Jacob