Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Billing Meta

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => '_billing_first_name',
		'compare' => '=',
	),
	array(
		'key'     => '_billing_last_name',
		'compare' => '=',
	),
	array(
		'key'     => '_billing_phone',
		'compare' => '=',
	),
);