Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

landlord_calculated_rating >= 1

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'landlord_calculated_rating',
		'value'   => '1',
		'compare' => '>=',
	),
);