Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Is Tour

$is_tour = array(
	'relation' => 'OR',
	array(
		'key'     => '_is_tour',
		'value'   => 'on',
		'compare' => '=',
	),
	array(
		'key'     => '_is_tour',
		'value'   => '1',
		'compare' => '=',
	),
);