Methods |
Description |
---|---|
BP_Activity_Component::setup_title() |
Set up the title for pages and |
BP_Activity_Export::get_data() |
Returns the data & count of activities by page and user. |
BP_Activity_Export::instance() |
BP_Activity_Export instance. |
BP_Activity_Export::process_data() |
Export all the user activity. |
BP_Activity_Export::process_erase() |
To erase user data. |
BP_Activity_Feed::__construct() |
Constructor. |
BP_Activity_Feed::__get() |
Magic method for getting a certain data variable. |
BP_Activity_Feed::__isset() |
Magic method for checking the existence of a certain data variable. |
BP_Activity_Feed::__set() |
Magic method for setting a certain data variable. |
BP_Activity_Feed::backpat_channel_elements() |
Fire a hook to ensure backward compatibility for channel elements. |
BP_Activity_Feed::backpat_item_elements() |
Fire a hook to ensure backward compatibility for item elements. |
BP_Activity_Feed::backpat_rss_attributes() |
Fire a hook to ensure backward compatibility for RSS attributes. |
BP_Activity_Feed::feed_content() |
Output the feed’s item content. |
BP_Activity_Feed::http_headers() |
Sets various HTTP headers related to Content-Type and browser caching. |
BP_Activity_Feed::output() |
Output the RSS feed. |
BP_Activity_Feed::setup_hooks() |
Setup some hooks that are used in the feed. |
BP_Activity_Feed::setup_properties() |
Setup and validate the class properties. |
BP_Activity_Follow::__construct() |
Constructor. |
BP_Activity_Follow::bulk_check_follow_status() |
Bulk check the follow status for a user against a list of user IDs. |
BP_Activity_Follow::delete() |
Deletes a follow relationship from the database. |
BP_Activity_Follow::delete_all_for_user() |
Deletes all follow relationships for a given user. |
BP_Activity_Follow::get_counts() |
Get the follower / following counts for a given user. |
BP_Activity_Follow::get_followers() |
Get the follower IDs for a given user. |
BP_Activity_Follow::get_following() |
Get the user IDs that a user is following. |
BP_Activity_Follow::populate() |
Populate the object with data about the specific follow item. |
BP_Activity_Follow::save() |
Saves a follow relationship to the database. |
BP_Activity_List_Table::__construct() |
Constructor. |
BP_Activity_List_Table::can_comment() |
Checks if an activity item can be replied to. |
BP_Activity_List_Table::column_action() |
Action column markup. |
BP_Activity_List_Table::column_author() |
Author column markup. |
BP_Activity_List_Table::column_cb() |
Checkbox column markup. |
BP_Activity_List_Table::column_comment() |
Content column, and “quick admin” rollover actions. |
BP_Activity_List_Table::column_default() |
Allow plugins to add their custom column. |
BP_Activity_List_Table::column_response() |
“In response to” column markup. |
BP_Activity_List_Table::display() |
Output the Activity data table. |
BP_Activity_List_Table::extra_tablenav() |
Markup for the “filter” part of the form (i.e. which activity type to display). |
BP_Activity_List_Table::flatten_activity_array() |
Flatten the activity array. |
BP_Activity_List_Table::get_activity_user_id() |
Get the user id associated with a given activity item. |
BP_Activity_List_Table::get_bulk_actions() |
Get bulk actions. |
BP_Activity_List_Table::get_column_info() |
Get an array of all the columns on the page. |
BP_Activity_List_Table::get_columns() |
Get the table column titles. |
BP_Activity_List_Table::get_default_primary_column_name() |
Get name of default primary column |
BP_Activity_List_Table::get_sortable_columns() |
Get the column names for sortable columns. |
BP_Activity_List_Table::get_views() |
Get the list of views available on this table (e.g. “all”, “spam”). |
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::prepare_items() |
Handle filtering of data, sorting, pagination, and any other data manipulation prior to rendering. |
BP_Activity_List_Table::row_actions() |
Override WP_List_Table::row_actions(). |
BP_Activity_List_Table::single_row() |
Generate content for a single row of the table. |
BP_Activity_oEmbed_Extension::content() |
Output our custom embed template part. |
BP_Activity_oEmbed_Extension::custom_hooks() |
Custom hooks. |