File: bp-activity/bp-activity-functions.php |
Description |
---|---|
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). |
bp_activity_ham_all_user_data |
Fires after all activity data from a user has been marked as ham. |
bp_register_activity_actions() |
Allow core components and dependent plugins to register activity actions. |
bp_register_activity_actions |
Fires on bp_init to allow core components and dependent plugins to register activity actions. |
bp_activity_register_activity_actions() |
Register the activity feed actions for updates. |
bp_activity_register_activity_actions |
Fires at the end of the activity actions registration. |