Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta date_heure

$meta_query = array(
	array(
		'key'     => 'date_heure',
		'value'   => 'strtotime("now")',
		'compare' => '>',
		'type'    => 'DATE',
	),
);