Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

not in taxt query

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'asd', 'hduie' ),
		'field'            => 'term_id',
		'operator'         => 'NOT IN',
	),
);