Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

lista_metodi

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'lista_metodi',
		'value'   => 'online',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'lista_metodi',
		'value'   => 'salone',
		'compare' => 'LIKE',
	),
);