Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta supplierid

$meta_query = array(
	array(
		'key'     => 'SupplierId',
		'value'   => '338',
		'compare' => '=',
	),
);