Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Access MRI – related_services_tax_query

$related_services_tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'tag',
		'terms'            => 'arm',
	),
);