Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

TAX

$tax_query = array(
	array(
		'taxonomy'         => 'download_category',
		'terms'            => 'hidden',
		'field'            => 'slug',
	),
);