Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Labels

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'labels',
		'compare' => 'NOT EXISTS',
	),
	array(
		'key'     => 'keywords',
		'compare' => 'NOT EXISTS',
	),
);