WP_Themes_List_Table::get_columns() WordPress Method
The WP_Themes_List_Table::get_columns() method is used to get the list of columns for the themes table. The columns include the following: - Theme - Description
WP_Themes_List_Table::get_columns() #
Return
(array)
Source
File: wp-admin/includes/class-wp-themes-list-table.php
public function get_columns() { return array(); }
Expand full source codeCollapse full source codeView on TracView on GitHub