Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

segmentation

segmentation = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'segmentation_business',
		'terms'            => '1',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'segmentation_company',
		'terms'            => '2',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'segmentation_province',
		'terms'            => '4',
		'field'            => 'term_id',
	),
);