Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

expira

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_expiration-date',
		'value'   => '$corte',
		'compare' => '<',
		'type'    => 'TIME',
	),
	array(
		'key'     => '_expiration-date',
		'value'   => '$hoy',
		'compare' => '>',
	),
);