Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

media_tax wuery

$tax_query = array(
	array(
		'taxonomy'         => 'media_type',
		'terms'            => '$cat_id',
		'field'            => 'term_id',
	),
);