Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Get tax country

$country = array(
	array(
		'taxonomy'         => 'location_country_category',
		'terms'            => 'canada',
		'field'            => 'slug',
	),
);