Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

User Rating Query

$ur_meta_query = array(
	array(
		'key'     => 'ur_ID',
		'value'   => '{form_id_value}',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);