Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

average rating is not zero for product

$rating = array(
	'relation' => 'AND',
	array(
		'key'     => '_wc_average_rating',
		'compare' => '!=',
	),
);