Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cntry-tax-2039857

$tax_country_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'partners_countries',
		'terms'            => 'russia',
		'field'            => 'slug',
		'include_children' => false,
	),
);