Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date

$meta_query = array(
	array(
		'key'     => 'date_de_parution',
		'compare' => '>=',
		'type'    => 'DATE',
	),
);