WP_MS_Sites_List_Table::pagination()
Метод класса: WP_MS_Sites_List_Table{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->pagination( $which );
- $which(строка) (обязательный)
- The location of the pagination nav markup: Either 'top' or 'bottom'.
Заметки
- Global. Строка. $mode List table view mode.
Код WP_MS_Sites_List_Table::pagination() WP MS Sites List Table::pagination WP 6.7.1
protected function pagination( $which ) { global $mode; parent::pagination( $which ); if ( 'top' === $which ) { $this->view_switcher( $mode ); } }