Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

81-106 tax

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sources',
		'terms'            => array( 'Form 81-106F1 Contents of Annual and Interim Management Report of Fund Performance', 'National Instrument 81-106 Investment Fund Continuous Disclosure', 'Companion Policy to NI 81-106 - Investment Fund Continuous Disclosure' ),
		'include_children' => true,
	),
);