Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

metasaison

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'saison',
		'value'   => 'ddd',
		'compare' => '=',
	),
	array(
		'key'     => 'type',
		'value'   => 'wdwdwdwd',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);