Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

date from to

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