Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product category tax

$product_tax_query = array(
	array(
		'taxonomy'         => 'product_category',
	),
);