general tax query1
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'example', 'terms' => 'term', ), array( 'taxonomy' => 'example2', 'terms' => 'term', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'example', 'terms' => 'term', ), array( 'taxonomy' => 'example2', 'terms' => 'term', ), );