File: bp-groups/classes/class-bp-groups-list-table.php |
Description |
|---|---|
| bp_groups_list_table_get_bulk_actions |
Filters the list of bulk actions to display on a single group row. |
| BP_Groups_List_Table::get_columns() |
Get the table column titles. |
| bp_groups_list_table_get_columns |
Filters the titles for the columns for the groups list table. |
| BP_Groups_List_Table::get_sortable_columns() |
Get the column names for sortable columns. |
| BP_Groups_List_Table::row_actions() |
Override WP_List_Table::row_actions(). |
| BP_Groups_List_Table::get_column_info() |
Get an array of all the columns on the page. |
| BP_Groups_List_Table::get_default_primary_column_name() |
Get name of default primary column |
| BP_Groups_List_Table::no_items() |
Display a message on screen when no items are found (“No groups found”). |
| BP_Groups_List_Table::display() |
Output the Groups data table. |
| BP_Groups_List_Table::extra_tablenav() |
Extra controls to be displayed between bulk actions and pagination |