Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query rank

$tax_query_rank = array(
	array(
		'taxonomy'         => 'sources',
		'terms'            => 'national-instrument-81-106-investment-fund-continuous-disclosure',
		'field'            => 'slug',
		'operator'         => 'IN',
		'include_children' => true,
	),
);