Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

basic custom tax query

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'testimonials_tag',
		'terms'            => 'xyz',
		'field'            => 'term_id',
	),
);