Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wpdmcategory_tax_query

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'wpdmcategory',
		'terms'            => 'aaaaa',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);