wpgoyatax
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'drinks', 'field' => 'slug', ), array( 'taxonomy' => 'ingredient', 'terms' => 'test', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'drinks', 'field' => 'slug', ), array( 'taxonomy' => 'ingredient', 'terms' => 'test', 'field' => 'slug', ), );