Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Partita Iva

$meta_query = array(
	array(
		'key'     => 'partita_iva',
		'value'   => 'xxx',
		'compare' => '=',
	),
);