Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

kosmos_prop_type

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'kosmos_prop_type',
		'value'   => 'Office',
		'compare' => 'EXISTS',
		'type'    => 'CHAR',
	),
);