File: bp-activity/classes/class-bp-activity-list-table.php |
Description |
---|---|
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_columns |
Filters the titles for the columns for the activity list table. |
BP_Activity_List_Table |
List table class for the Activity component admin page. |
BP_Activity_List_Table::__construct() |
Constructor. |
BP_Activity_List_Table::prepare_items() |
Handle filtering of data, sorting, pagination, and any other data manipulation prior to rendering. |
bp_activity_list_table_filter_activity_type_items |
Filter here to override the filter with a filter query |