Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ait-items with no childeren

$tax_query = array(
	array(
		'taxonomy'         => 'ait-items',
		'terms'            => array( '9', '14' ),
		'field'            => 'term_id',
		'include_children' => false,
	),
);