Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tr_region

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'tr_region',
		'terms'            => '999',
	),
);