Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Delivery

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'collection_date',
		'value'   => 'active_delivery_date',
		'compare' => '>=',
	),
	array(
		'key'     => 'collection_date',
		'value'   => 'active_collection_date',
		'compare' => '<=',
	),
);