Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

guia impresa

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'guia_impresa',
		'value'   => 'CO',
		'compare' => 'NOT EXISTS',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'servientrega_guia_impresa',
		'compare' => 'NOT EXISTS',
	),
);