offer_type
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'offer_type', 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'offer_type', 'field' => 'slug', 'operator' => 'IN', ), );