Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding a second element for posting with an activity.


matom
Participant

@matom

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 );`

Skip to toolbar