BP_Activity_List_Table::get_column_info()
Get an array of all the columns on the page.
Description Description
Return Return
(array) Column headers.
Source Source
File: bp-activity/classes/class-bp-activity-list-table.php
function get_column_info() { $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns(), $this->get_default_primary_column_name(), ); return $this->_column_headers; }
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |