Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

loc-store

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'location',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'store-type',
		'field'            => 'slug',
	),
);