Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

rra_city_listing

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'listing-city',
		'value'   => '$sfm_city',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'types_of_clients',
		'value'   => '$sfm_clients',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'types_of_rooms',
		'value'   => '$sfm_rooms',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);