Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Location Type

Location Type

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'property_types',
		'value'   => 'semi-detached',
		'compare' => 'IN',
	),
	array(
		'key'     => 'property_types',
		'value'   => 'detached',
		'compare' => 'IN',
	),
);