WP_List_Table::get_table_classes()

Get a list of CSS classes for the WP_List_Table table tag.


Return

(array) List of CSS classes for the table tag.


Source

File: wp-admin/includes/class-wp-list-table.php

	protected function get_table_classes() {
		return array( 'widefat', 'fixed', 'striped', $this->_args['plural'] );
	}


Changelog

Changelog
Version Description
WP-3.1.0 Introduced.