Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax q

or

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'zzzz',
		'terms'            => 'a',
		'field'            => 'name',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'wwwww',
		'terms'            => 'b',
		'field'            => 'name',
		'operator'         => 'IN',
	),
);