Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

teste

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'modalidade_atendimento',
		'value'   => 'Online',
	),
);