Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cohort

$cohort_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'cohort',
		'operator'         => 'EXISTS',
		'include_children' => true,
	),
);