Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

editorial

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'nombre_subarea',
		'value'   => 'A',
		'compare' => '=',
	),
	array(
		'key'     => 'nombre_subarea',
		'value'   => 'B',
		'compare' => '=',
	),
	array(
		'key'     => 'edicion',
		'value'   => 'editorial',
		'compare' => '!=',
	),
);