BP_Groups_List_Table::get_default_primary_column_name()
Get name of default primary column
Description Description
Return Return
(string)
Source Source
File: bp-groups/classes/class-bp-groups-list-table.php
protected function get_default_primary_column_name() { // Comment column is mapped to Group's name. return 'comment'; }
Changelog Changelog
Version | Description |
---|---|
2.3.3 | Introduced. |