Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

TEST meta query DC

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'post_id',
		'value'   => '{acf_prodotti_in_home}',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
);