Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

CS Parent Product Tax Query

$parent_tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_category',
		'terms'            => 'exterior-signs',
		'field'            => 'slug',
		'operator'         => 'AND',
		'include_children' => false,
	),
);