1
$tax_category = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => array( 'photography', 'music' ), 'field' => 'slug', ), );
$tax_category = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => array( 'photography', 'music' ), 'field' => 'slug', ), );