Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mocono_subscription_expire_at

mocono_subscription_expire_at

$meta_query = array(
	array(
		'key'     => 'mocono_subscription_expire_at',
		'value'   => 'date( 'Y-m-d' )',
		'compare' => '<=',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'mocono_subscriber_id',
		'value'   => 'NULL',
		'compare' => '!=',
		'type'    => 'NUMERIC',
	),
);