WP_MS_Themes_List_Table::get_table_classes() WordPress Method
The WP_MS_Themes_List_Table::get_table_classes() method is used to get the CSS classes for the themes table.
WP_MS_Themes_List_Table::get_table_classes() #
Return
(array)
Source
File: wp-admin/includes/class-wp-ms-themes-list-table.php
protected function get_table_classes() { // @todo Remove and add CSS for .themes. return array( 'widefat', 'plugins' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub