tax aayush
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'tax_one', 'terms' => 'termone', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), array( 'taxonomy' => 'tax_two', 'terms' => 'two', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), );