Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

archive_page_taxonomy tax

$tax_query = array(
	array(
		'taxonomy'         => 'archive_page_taxonomy',
		'terms'            => 'get_queried_object_id',
		'field'            => 'term_id',
	),
);