Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Product Cat

Not in product cat categories

$tax_query = array(
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => array( 'repairs', 'quote', 'uncategorized' ),
		'field'            => 'slug',
		'operator'         => 'NOT IN',
	),
);