Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'content_type',
		'terms'            => 'events',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => 'children-youth-signs-and-symptoms',
		'field'            => 'term_id',
		'include_children' => true,
	),
);