Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

feefo meta fields

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'feefo_id',
		'value'   => '$feefo_id',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);