File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_comment_posted |
Fires near the end of an activity comment posting, before the returning of the comment ID. |
bp_activity_comment_posted_notification_skipped |
Fires near the end of an activity comment posting, before the returning of the comment ID. |
bp_activity_get_activity_id() |
Fetch the activity_id for an existing activity entry in the DB. |
bp_activity_get_activity_id |
Filters the activity ID being requested. |
bp_activity_delete() |
Delete activity item(s). |
bp_before_activity_delete |
Fires before an activity item proceeds to be deleted. |
bp_activity_{$post_type}_pre_comment |
Filters whether or not to post the activity about the comment. |
bp_activity_post_type_comment |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_published |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_update() |
Update the activity item for a custom post type entry. |