Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Product Category Taxonomy

$product_cat = array(
	array(
		'taxonomy'         => 'product_cat',
		'field'            => 'term_taxonomy_id',
		'include_children' => false,
	),
);