Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

User Meta Query

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