Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

META current user id

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'utilisateur',
		'value'   => 'get_current_user_id()',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);