File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_delete_meta() |
Delete a meta entry from the DB for an activity feed item. |
bp_activity_get_meta() |
Get metadata for a given activity item. |
bp_activity_get_meta |
Filters the metadata for a specified activity item. |
bp_activity_get_last_updated |
Filters the value for the last updated time for an activity item. |
bp_activity_total_favorites_for_user() |
Retrieve the number of favorite activity feed items a user has. |
bp_activity_add_user_favorite() |
Add an activity feed item as a favorite for a user. |
bp_activity_add_user_favorite |
Fires if bp_activity_update_meta() for favorite_count is successful and before returning a true value for success. |
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_remove_user_favorite() |
Remove an activity feed item as a favorite for a user. |
bp_activity_remove_user_favorite |
Fires if bp_update_user_meta() is successful and before returning a true value for success. |