WP_List_Table::get_table_classes()

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


Description Description


Return Return

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


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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