Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mata gen

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'property_type',
		'value'   => 'constructed',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'constructed_residential',
		'value'   => 'house',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);