Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

contract end date

custom field

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'wpcf-contact-end-date',
		'value'   => '$before_date',
		'compare' => '<',
		'type'    => 'DATE',
	),
);