Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query Lang Control Exclude 1

$meta_query_langcontrol_exlude = array(
	'relation' => 'AND',
	array(
		'key'     => 'sqpp_snapshot_lang_control',
		'value'   => 'en_en',
		'compare' => 'NOT LIKE',
		'type'    => 'CHAR',
	),
);