WP_Plugins_List_Table::get_table_classes() WordPress Method
The WP_Plugins_List_Table::get_table_classes() method is used to get the CSS classes for the list table.
WP_Plugins_List_Table::get_table_classes() #
Return
(array)
Source
File: wp-admin/includes/class-wp-plugins-list-table.php
72 73 74 | protected function get_table_classes() { return array ( 'widefat' , $this ->_args[ 'plural' ] ); } |
Expand full source codeCollapse full source codeView on TracView on GitHub