Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Ref Status

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'referral_status',
		'value'   => 'Awaiting Contact',
		'compare' => '=',
	),
);