Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Membership meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_subscription_id',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => '_subscription_id',
		'compare' => '!=',
	),
);