Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

hasta_eventos

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'hasta',
		'value'   => '$today',
		'compare' => '<=',
		'type'    => 'DATE',
	),
);