Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Has post score

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_post_score_decayed',
		'type'    => 'NUMERIC',
	),
);