File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_posted_update |
Fires at the end of an activity post update, before returning the updated activity item ID. |
bp_activity_post_type_publish() |
Create an activity item for a newly published post type post. |
bp_activity_new_update_action |
Filters the formatted activity action update string. |
bp_activity_format_activity_action_activity_comment() |
Format ‘activity_comment’ activity actions. |
bp_activity_comment_action |
Filters the formatted activity action comment string. |
bp_activity_remove_all_user_data() |
Completely remove a user’s activity data. |
bp_activity_remove_all_user_data |
Fires after the removal of all of a user’s activity data. |
bp_activity_spam_all_user_data() |
Mark all of the user’s activity as spam. |
bp_activity_spam_all_user_data |
Fires after all activity data from a user has been marked as spam. |
bp_activity_ham_all_user_data() |
Mark all of the user’s activity as ham (not spam). |