Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cicci-field

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'wpcf-cicci-anno',
		'value'   => '2019',
	),
	array(
		'key'     => 'wpcf-cicci-taglia',
		'value'   => 'small',
	),
);