Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

fakenews tag

$faketag = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'tag',
		'terms'            => 'Eleições e Desinformação',
		'operator'         => 'EXISTS',
		'include_children' => true,
	),
	array(
		'taxonomy'         => 'tag',
		'terms'            => 'Eleições & Desinformação',
		'operator'         => 'EXISTS',
	),
	array(
		'taxonomy'         => 'tag',
		'terms'            => 'eleições e desinformação',
		'operator'         => 'EXISTS',
	),
);