Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,607
- Creating & Extending
- 25,788
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,172
-
Yes, it is possible. You can create a function that adds a filter to this key, value pair in the groups_record_activity array in bp-groups.php (line 2059 as of BP v1.1.3):
'content' => apply_filters( 'groups_activity_new_wire_post', $activity_content ),
Your filter function would alter the value stored in $activity_content.