Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

no caduca

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'seleccionar_rango_de_fechas',
		'value'   => 'false',
		'compare' => '=',
		'type'    => 'BINARY',
	),
);