Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

AcademicyearTaxonomy

$academicyear = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'academicyear',
		'terms'            => '2018-19',
		'field'            => 'slug',
		'operator'         => 'AND',
	),
);