Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta_test

$meta_query = array(
	array(
		'key'     => 'pa_manufacturer',
		'value'   => '$term_manufacturers',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
	array(
	),
);