Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax type restoration

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'type',
		'terms'            => 'streams-wetlands',
		'field'            => 'slug',
	),
);