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', ), );
Location Type
$meta_query = array( 'relation' => 'OR', array( 'key' => 'property_types', 'value' => 'semi-detached', 'compare' => 'IN', ), array( 'key' => 'property_types', 'value' => 'detached', 'compare' => 'IN', ), );