Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

agreement expiry meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'agreement_expiry',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'agreement_expiry',
		'value'   => '**DATE**',
		'compare' => '=',
		'type'    => 'DATE',
	),
);