@since: BuddyPress 1.0.0
Description
bp_blogs_blog_id_before_save

Filters the blog blog ID before save.

Source: bp-blogs/classes/class-bp-blogs-blog.php:95

bp_blogs_blog_before_save

Fires before the current blog item gets saved.

Source: bp-blogs/classes/class-bp-blogs-blog.php:106

bp_blogs_blog_after_save

Fires after the current blog item gets saved.

Source: bp-blogs/classes/class-bp-blogs-blog.php:141

xprofile_delete_activity()

Deletes activity for a user within the profile component so that it will be removed from the users activity feed and sitewide stream (if installed).

Source: bp-xprofile/bp-xprofile-activity.php:153

xprofile_register_activity_action()

Register an activity action for the Profile Fields component.

Source: bp-xprofile/bp-xprofile-activity.php:182

bp_xprofile_new_avatar_activity()

Adds an activity feed item when a user has uploaded a new avatar.

Source: bp-xprofile/bp-xprofile-activity.php:210

xprofile_record_activity()

Records activity for the logged in user within the profile component so that it will show in the users activity feed (if installed).

Source: bp-xprofile/bp-xprofile-activity.php:117

xprofile_register_activity_actions()

Register the activity actions for the Extended Profile component.

Source: bp-xprofile/bp-xprofile-activity.php:20

xprofile_filter_format_field_value()

Runs stripslashes on XProfile fields.

Source: bp-xprofile/bp-xprofile-filters.php:307

xprofile_remove_data()

When a user is deleted, we need to clean up the database and remove all the profile data from each table. Also we need to clean anything up in the usermeta table that this component uses.

Source: bp-xprofile/bp-xprofile-functions.php:942