Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

asdf

asdf

$tax_query = array(
	array(
		'taxonomy'         => 'workplaces',
		'terms'            => 'domestic',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => 'care-homes',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);