Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

in not in menu

$tax_query = array(
	array(
		'taxonomy'         => 'product_categories',
		'terms'            => 'not-in-menu',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);