- This topic has 1 reply, 2 voices, and was last updated 2 years, 12 months ago by .
-
Topic
-
Hi, i want to use multiple dependency as like this:
array( 'type' => 'textfield', "heading" => esc_html__( "Thumbnail Title", 'mascot-core' ), "param_name" => "show_title", 'dependency' => array( array('element' => 'show_thumb', 'value' => 'true'), array('element' => 'display_type', 'value' => array('grid', 'masonry', 'carousel') ) ), ),
But it is not working. So, how can i add multiple dependency.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.