Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sponsor_level

$tax_query = array(
	array(
		'taxonomy'         => 'sponsor_level',
		'terms'            => 'premier',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'conference_year',
		'terms'            => '2023',
		'field'            => 'slug',
	),
);