Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

candidat

$meta_query = array(
	array(
		'key'     => 'candidat',
		'value'   => '1',
		'compare' => 'LIKE',
	),
);