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