Ff | Finance tax
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'financing', 'terms' => array( '1', '2', '3', '' ), 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'financing', 'terms' => array( '1', '2', '3', '' ), 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );