Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

get review meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'this_review_is_for_trainer_trainer',
		'value'   => '$the_id',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);