Untitled Snippet
$tax_query = array( array( 'taxonomy' => 'service_area', 'terms' => 'e', 'field' => 'term_id', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'service_area', 'terms' => 'e', 'field' => 'term_id', 'operator' => 'IN', ), );