/**
  * Extra controls to be displayed between bulk actions and pagination.
  *
  * @since 2.5.0
  *
  * @param string $which 'top' or 'bottom' table navigation.
  */
 public function extra_tablenav($which)
 {
     if ('bottom' === $which) {
         $this->tgmpa->show_tgmpa_version();
     }
 }