protected function get_views() { return array
();
} /**
* Displays the list of views available on this table.
*
* @since 3.1.0
*/
public function views() { $views =
$this->
get_views();
/**
* Filters the list of available list table views.
*
* The dynamic portion of the hook name, `$this->screen->id`, refers
* to the ID of the current screen.
*
* @since 3.1.0
*
* @param string[] $views An array of available list table views.
*/
$views =
apply_filters( "views_{
$this->screen->id
}",
$views );