@since: BuddyPress 1.5.0 |
Description |
---|---|
bp_before_activity_delete |
Fires before an activity item proceeds to be deleted. |
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_get_meta |
Filters the metadata for a specified activity item. |
bp_activity_add_user_favorite_fail |
Fires if bp_activity_update_meta() for favorite_count is unsuccessful and before returning a false value for failure. |
bp_activity_clear_new_mentions() |
Reset a user’s unread mentions list and count. |
bp_activity_adjust_mention_count() |
Adjusts mention count for mentioned users in activity items. |
bp_activity_has_directory() |
Check whether the $bp global lists an activity directory page. |
bp_activity_find_mentions() |
Find mentioned users from activity content |
bp_activity_remove_screen_notifications() |
Mark at-mention notifications as read when users visit their Mentions page. |