Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

GX Documents type

$tax_query = array(
	array(
		'taxonomy'         => 'documents_type',
		'terms'            => array( '215', '218' ),
	),
);