Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$tax_query = array(
	array(
		'taxonomy'         => 'props',
		'terms'            => '8',
		'field'            => 'term_id',
		'include_children' => true,
	),
);