Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

bristol taxonomy

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'resource-adi-category',
		'terms'            => 'featured',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'events-adi-category',
		'terms'            => 'featured',
		'field'            => 'slug',
	),
);