/**
  * Renders the help tabs and sidebar on the terms list screen of the taxonomy.
  *
  * @since 0.5.0
  */
 public function render_list_help()
 {
     Utility::render_help(get_current_screen(), $this->args['list_help']);
 }