Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

NOT IN alkohol, tabak, tpex

NOT IN alkohol, tabak, tpex

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => array( 'tovar-pred-expiraciou', 'liehoviny', 'tabakove-vyrobky' ),
		'field'            => 'slug',
		'operator'         => 'NOT IN',
	),
);