Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Custom Tax

$location_services = array(
	array(
		'taxonomy'         => 'service_area',
		'terms'            => array( '12', ' 12', ' 12' ),
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);