File: bp-activity/classes/class-bp-activity-activity.php |
Description |
---|---|
bp_activity_before_delete |
Action to allow intercepting activity items to be deleted. |
bp_activity_after_delete |
Action to allow intercepting activity items just deleted. |
BP_Activity_Activity::delete_activity_item_comments() |
Delete the comments associated with a set of activity items. |
BP_Activity_Activity::delete_activity_meta_entries() |
Delete the meta entries associated with a set of activity items. |
BP_Activity_Activity::append_comments() |
Append activity comments to their associated activity items. |
BP_Activity_Activity::prefetch_object_data() |
Pre-fetch data for objects associated with activity items. |
bp_activity_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with activity item. |
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. |