_WP_List_Table_Compat::get_columns() WordPress Method
The WP_List_Table_Compat::get_columns() method is used to get the list of columns for a list table. This method is compatible with the WP_List_Table class.
_WP_List_Table_Compat::get_columns() #
Gets a list of columns.
Return
(array)
Source
File: wp-admin/includes/class-wp-list-table-compat.php
public function get_columns() {
return $this->_columns;
}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |