Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Offre d’emploi Meta 2

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'end_date_publication',
		'value'   => '2019-12-31',
		'compare' => '>=',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'end_date_publication',
		'compare' => '!=',
	),
);