Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query Urgence not exists

$meta_query = array(
	array(
		'key'     => 'urgence',
		'compare' => 'NOT EXISTS',
	),
);