Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

xfs_taxq

for xfumes

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'berocket_brand',
		'terms'            => array( 'giorg', 'armani' ),
		'field'            => 'name',
	),
);