Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,841
- How-to & Troubleshooting
- 129,853
- Creating & Extending
- 25,886
- Requests & Feedback
- 9,530
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,387
- Miscellaneous
- 9,177
-
Found it – it needs to be hooked to bp_groups_posted_update:
`add_action( ‘bp_groups_posted_update’, ‘add_title_to_group_activity’, 10, 4 );`