Conditional Logic – Multiple Values
-
I have the conditional logic plugin. How can I set it to look for multiple values – eg. for below I would like to look for text of ‘book-multi’ and ‘property’ in which case meta box field would display. How could I modify below code example to achieve this
array( 'name' => __( 'Template ID', 'rwmb' ), 'id' => "{$prefix}templateID", 'type' => 'number', 'visible' => array('theme_meta_extracontent','=','book_multi'), ),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conditional Logic – Multiple Values’ is closed to new replies.