Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy_term

$tax_query = array(
	array(
		'taxonomy'         => 'taxonomy_term',
		'terms'            => array( '12', '12', '14' ),
		'operator'         => 'NOT IN',
	),
);