Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Business Category Query

$tax_query = array(
	array(
		'taxonomy'         => 'business_category',
		'operator'         => 'IN',
	),
);