Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

FAAC Query Brand

$tax_query_faac_brand = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_brand',
		'terms'            => 'faac',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);