Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

CIS physician tax query

$physician_tax_query = array(
	array(
		'taxonomy'         => 'team_types',
		'terms'            => 'physicians',
	),
);