Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Confirmed User Meta Search

$confirmed_user_meta = array(
	array(
		'key'     => 'pm_group',
		'value'   => '$groupnumber',
		'compare' => 'IN',
	),
);