Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Not in menu

$product_cat_query = array(
	array(
		'taxonomy'         => '23',
		'field'            => 'term_id',
		'operator'         => 'NOT IN',
	),
);