Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Woosg Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'product_type',
		'terms'            => 'woosg',
		'field'            => 'slug',
	),
);