Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query: product_cat

$product_category = array(
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => array( 'Subscriptions', 'Sample' ),
		'field'            => 'term_id',
		'operator'         => 'NOT IN',
	),
);