Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Asltip Job Date

$meta_query = array(
	array(
		'key'     => 'closing_date',
		'value'   => 'today',
		'compare' => '<=',
		'type'    => 'DATE',
	),
);