Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

closed_success NOT EXIST

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