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{}
Хуков нет.
Возвращает
Массив
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_views();
Список изменений
С версии 3.1.0 | Введена. |
Код WP_List_Table::get_views() WP List Table::get views WP 6.2.2
protected function get_views() { return array(); }