Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Download Categories

edit-tags.php?taxonomy=download_categories&post_type=download

$download_categories = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'download_categories',
		'terms'            => 'mastro-5k',
		'field'            => 'slug',
		'operator'         => 'IN',
		'include_children' => true,
	),
);