BP_Groups_List_Table::get_column_info()
Get an array of all the columns on the page.
Description
Return
(array) Array of column headers.
Source
File: bp-groups/classes/class-bp-groups-list-table.php
203 204 205 206 207 208 209 210 211 212 | public 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
Version | Description |
---|---|
BuddyPress 1.7.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.