Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Webinar taxonomy

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'events_categories',
		'terms'            => 'webinar',
	),
);