do_action( 'bp_groups_posted_update', string $content , int $user_id , int $group_id , bool $activity_id )
Fires after posting of an Activity status update affiliated with a group.
Parameters Parameters
- $content
-
(string) The content of the update.
- $user_id
-
(int) ID of the user posting the update.
- $group_id
-
(int) ID of the group being posted to.
- $activity_id
-
(bool) Whether or not the activity recording succeeded.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |