Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

neighborhood_areas taxQ

$tax_query = array(
	array(
		'taxonomy'         => 'neighborhood_areas',
		'field'            => 'slug',
		'operator'         => 'AND',
	),
);