Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxo Query LangCtrl 1

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sqpplangcontrol',
		'terms'            => 'en_en',
		'field'            => 'slug',
		'operator'         => 'NOT IN',
		'include_children' => false,
	),
);