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