Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

subs_meta

$meta_query = array(
	array(
		'key'     => '_chart_mogul_subscription_uuid',
		'compare' => 'NOT EXISTS',
	),
);