Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

TEst

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'complete',
		'value'   => 'true',
		'compare' => '!=',
	),
	array(
		'key'     => 'api',
		'value'   => 'mobile.de',
		'compare' => '!=',
	),
);