WP_List_Table::get_table_classes()
Gets a list of CSS classes for the WP_List_Table table tag.
Return
(string[]) Array 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
Version | Description |
---|---|
3.1.0 | Introduced. |