Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta

$meta_query = array(
	array(
		'key'     => 'hire_date',
		'value'   => '$row['Most Recent Hire Date']',
	),
	array(
		'key'     => 'email',
		'value'   => '$row['Work Contact: Work Email']',
	),
	array(
		'key'     => 'phone_number',
		'value'   => '$row['Work Contact: Work Phone']',
	),
);