Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cruilla, comment to compare

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'comparar_con',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'mgs-gprd-tested',
		'value'   => 'no',
	),
);