Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

inglobated_method_services

$meta_global = array(
	array(
		'key'     => 'lista_servizi',
		'value'   => 'armocromia-makeup',
		'compare' => 'LIKE',
	),
	array(
		array(
			'key'     => 'lista_metodi',
			'value'   => 'online',
			'compare' => 'LIKE',
		),
		array(
			'key'     => 'lista_metodi',
			'value'   => 'salone',
			'compare' => 'LIKE',
		),
	),
);