WP_Plugin_Install_List_Table::get_columns() WordPress Method
The get_columns() method is used to define the columns that will be displayed in the list table for the plugin installer. The columns are defined as an array, with the key being the column slug and the value being the column label.
WP_Plugin_Install_List_Table::get_columns() #
Return
(array)
Source
File: wp-admin/includes/class-wp-plugin-install-list-table.php
public function get_columns() { return array(); }
Expand full source codeCollapse full source codeView on TracView on GitHub