Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

book_publisher

$tax_query_publisher = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'publisher',
		'field'            => 'name',
		'include_children' => true,
	),
);