Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

care giver users

$meta_query = array(
	array(
		'key'     => 'account_type',
		'value'   => 'I am applying as a caregiver with a family member in need',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);