@since: BuddyPress 1.0.0 |
Description |
---|---|
BP_Activity_Activity::populate() |
Populate the object with data about the specific activity item. |
BP_Activity_Activity::save() |
Save the activity item to the database. |
bp_activity_before_save |
Fires before the current activity item gets saved. |
bp_activity_after_save |
Fires after an activity item has been saved to the database. |
bp_activity_{$this->id}_feed |
Fires inside backpat_rss_attributes method for backwards compatibility related to RSS attributes. |
bp_activity_{$this->id}_feed_head |
Fires inside backpat_channel_elements method for backwards compatibility related to RSS channel elements. |
bp_activity_{$id}_feed_item |
Fires inside backpat_item_elements method for backwards compatibility related to RSS item elements. |
BP_Activity_Template::next_activity() |
Set up the next activity item and iterate index. |
BP_Activity_Template::rewind_activities() |
Rewind the posts and reset post index. |
BP_Activity_Template::user_activities() |
Whether there are activity items left in the loop to iterate over. |