File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_create_summary |
Filters the newly-generated summary for the activity item. |
bp_activity_user_can_mark_spam() |
Fetch whether the current user is allowed to mark items as spam. |
bp_activity_user_can_mark_spam |
Filters whether the current user should be able to mark items as spam. |
bp_activity_mark_as_spam() |
Mark an activity item as spam. |
bp_activity_mark_as_spam |
Fires at the end of the process to mark an activity item as spam. |
bp_activity_mark_as_ham() |
Mark an activity item as ham. |
bp_activity_mark_as_ham |
Fires at the end of the process to mark an activity item as ham. |
bp_activity_at_message_notification() |
Send email and BP notifications when a user is mentioned in an update. |
bp_activity_thumbnail_content_images() |
Take content, remove images, and replace them with a single thumbnail image. |
bp_activity_thumbnail_content_images |
Filters the activity content that had a thumbnail replace images. |