Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

BillingAddress

$meta_query = array(
	array(
		'key'     => 'billing_address_1',
		'value'   => 'NULL',
		'compare' => '!=',
	),
);