Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

dlm_download_category

$tax_query = array(
	array(
		'taxonomy'         => 'dlm_download_category',
		'terms'            => 'privado',
		'field'            => 'slug',
		'include_children' => false,
	),
);