Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Customers

$meta_query = array(
	array(
		'key'     => 'customer',
		'value'   => '$customer',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);