Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

p3_product_use

$tax_query = array(
	array(
		'taxonomy'         => 'p3_product_use',
		'terms'            => 'usage',
		'field'            => 'slug',
	),
);