WP_MS_Themes_List_Table::get_table_classesprotectedWP 1.0

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 7.0.4

protected function get_table_classes() {
	// @todo Remove and add CSS for .themes.
	return array( 'widefat', 'plugins' );
}