Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

term

$tax_query = array(
	'relation' => 'OR',
	array(
		'terms'            => array( '1', '20' ),
		'operator'         => 'IN',
	),
);