Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Car Make – Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'car_make',
		'include_children' => true,
	),
);