Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

termid_sarzamin

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'products_cat',
		'terms'            => '$sarzamin_products_cat',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'city_cat',
		'terms'            => '$sarzamin_city_cat',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);