Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Numero Cliente

$meta_query = array(
	array(
		'key'     => 'numero_cliente',
		'value'   => 'searchString',
	),
);