Meta Box
Support Forum
Support › Meta Box Conditional Logic › Multiple Conditional Logic
I have an issue how to make multiple cndition on one field for example show field if value of select box equal 1 OR 2
Simply use in operator, like so:
in
'visible' => array('select_field', 'in', array(1,2))
Regards,
Tan
Thanks it is working