Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

A

A

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'functiongroups',
		'terms'            => 'a',
		'field'            => 'slug',
		'operator'         => 'IN',
		'include_children' => true,
	),
);