WP_Plugins_List_Table::get_table_classes
Method of the class: WP_Plugins_List_Table{}
No Hooks.
Returns
Array.
Usage
// protected - for code of main (parent) or child class $result = $this->get_table_classes();
WP_Plugins_List_Table::get_table_classes() WP Plugins List Table::get table classes code WP 6.9.1
protected function get_table_classes() {
return array( 'widefat', $this->_args['plural'] );
}