Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

not In

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( '1348', ' 2416', ' 2417', ' 43713', ' 349' ),
		'field'            => 'term_id',
		'operator'         => 'NOT IN',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => array( '4', '5' ),
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
);