Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

T1

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'foo',
		'terms'            => '$tag',
		'field'            => 'name',
	),
	array(
		'taxonomy'         => 'BAR',
		'terms'            => '$tag',
		'field'            => 'name',
	),
);