WP_MS_Themes_List_Table::get_table_classes(): string[]

In this article

Gets the list of CSS classes for the table tag.

Return

string[] The list of CSS classes.

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.