Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy query

$tax_query = array(
	array(
		'taxonomy'         => 'trainer_tags',
		'operator'         => 'EXISTS',
		'include_children' => true,
	),
);