Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

prova_nome

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