Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_query

$tax_query = array(
	'relation' => 'AND',
	array(
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);