@since: BuddyPress 1.6.0 |
Description |
---|---|
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 |
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::get_column_info() |
Get an array of all the columns on the page. |
bp_activity_recurse_comments_start_ul |
Filters the opening tag for the template that lists activity comments. |
bp_activity_recurse_comments_end_ul |
Filters the closing tag for the template that list activity comments. |