@since: BuddyPress 1.0.0 |
Description |
---|---|
bp_blogs_blog_id_before_save |
Filters the blog blog ID before save. |
bp_blogs_blog_before_save |
Fires before the current blog item gets saved. |
bp_blogs_blog_after_save |
Fires after the current blog item gets saved. |
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). |
xprofile_register_activity_action() |
Register an activity action for the Profile Fields component. |
bp_xprofile_new_avatar_activity() |
Adds an activity feed item when a user has uploaded a new avatar. |
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). |
xprofile_register_activity_actions() |
Register the activity actions for the Extended Profile component. |
xprofile_filter_format_field_value() |
Runs stripslashes on XProfile fields. |
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. |