You appear to be a bot. Output may be restricted
Description
Get a list of CSS classes for the list table table tag.
Usage
$array = BW_List_Table::get_table_classes();
Parameters
Returns
array List of CSS classes for the table tag.Source
File name: oik/admin/class-bw-list-table.phpLines:
1 to 3 of 3
protected function get_table_classes() { return array( 'widefat', 'fixed', 'striped', $this->_args['plural'] ); }View on GitHub View on Trac