File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_get_last_updated() |
Retrieve the last time activity was updated. |
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. |
bp_activity_get_action() |
Retrieve the current action from a component and key. |
bp_activity_get_action |
Filters the current action by component and key. |
bp_activity_get_types() |
Fetch details of all registered activity types. |
bp_activity_get_types |
Filters the available activity types. |