Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Staff Role Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'staff_role',
		'terms'            => 'physicians',
		'field'            => 'slug',
	),
);