Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

clincmembermatch

$clinicmember = array(
	'relation' => 'AND',
	array(
		'key'     => 'clinic_id',
		'value'   => '$clinic_id',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'swpm_membership_level',
		'value'   => '$membership_level',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);