Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

comment_meta_query

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'comment__in',
		'value'   => '$comment_on_hold',
		'compare' => '=',
	),
);