Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax term productgroup search

$tax_query = array(
	array(
		'taxonomy'         => 'productgroup-department',
		'terms'            => '89',
		'field'            => 'term_taxonomy_id',
	),
);