Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

TAX Q

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'taz-1',
		'field'            => 'slug',
		'operator'         => 'EXISTS',
	),
	array(
		'taxonomy'         => 'tax-2',
		'field'            => 'slug',
		'operator'         => 'EXISTS',
	),
);