Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Simple Compare

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'first_name',
		'compare' => '=',
	),
);