Gets a list of columns.
Description
The format is:
'internal-name' => 'Title'
Source
public function get_columns() {
die( 'function WP_List_Table::get_columns() must be overridden in a subclass.' );
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.