Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date mete query

Compare date for query

$custom_date_query = array(
	array(
		'key'     => 'spelplan_date',
		'value'   => 'date',
		'compare' => '>=',
		'type'    => 'DATE',
	),
);