WP_MS_Themes_List_Table::get_table_classes
Gets the list of CSS classes for the table tag.
Метод класса: WP_MS_Themes_List_Table{}
Хуков нет.
Возвращает
Строку[]. The list of CSS classes.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_table_classes();
Код WP_MS_Themes_List_Table::get_table_classes() WP MS Themes List Table::get table classes WP 7.0.4
protected function get_table_classes() {
// @todo Remove and add CSS for .themes.
return array( 'widefat', 'plugins' );
}