Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax sin child

$tax_query = array(
	array(
		'taxonomy'         => 'aa',
		'terms'            => 'aaa',
		'field'            => 'term_id',
		'include_children' => false,
	),
);