Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Ff | Finance tax

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