@since: BuddyPress 1.6.0 |
Description |
|---|---|
| bp_activity_admin_comment_row_actions |
Filters available actions for plugins to alter. |
| BP_Activity_List_Table::no_items() |
Display a message on screen when no items are found (e.g. no search matches). |
| BP_Activity_List_Table::display() |
Output the Activity data table. |
| BP_Activity_List_Table::single_row() |
Generate content for a single row of the table. |
| BP_Activity_List_Table::get_views() |
Get the list of views available on this table (e.g. “all”, “spam”). |
| bp_activity_list_table_get_views |
Fires inside listing of views so plugins can add their own. |
| BP_Activity_List_Table::get_bulk_actions() |
Get bulk actions. |
| bp_activity_list_table_get_bulk_actions |
Filters the default bulk actions so plugins can add custom actions. |
| BP_Activity_List_Table::get_columns() |
Get the table column titles. |
| BP_Activity_List_Table::get_sortable_columns() |
Get the column names for sortable columns. |