Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

DTR Category Exists

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'dtr_category',
		'operator'         => 'EXISTS',
	),
);