Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax2 Query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'event_season',
		'field'            => 'term_taxonomy_id',
	),
);