Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product_industry tax query

$tax_query = array(
	array(
		'taxonomy'         => 'product_industry',
		'terms'            => array( '111', ' 123', ' 1334' ),
		'field'            => 'term_id',
	),
);