WP_List_Table::get_views
Gets the list of views available on this table.
The format is an associative array:
'id' => 'link'
Метод класса: WP_List_Table{}
Хуков нет.
Возвращает
Массив<Строку,. string> An associative array of views.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_views();
Список изменений
| С версии 3.1.0 | Введена. |
Код WP_List_Table::get_views() WP List Table::get views WP 7.0.2
protected function get_views() {
return array();
}