Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Inicio Termino

jnr

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'inicio',
		'value'   => '20231212',
		'compare' => '>=',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'termino',
		'value'   => '20231212',
		'compare' => '<=',
		'type'    => 'DATE',
	),
);