Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query for Country

$tax_query = array(
	array(
		'taxonomy'         => 'country',
		'field'            => 'slug',
		'include_children' => true,
	),
	array(
	),
);