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.


Description Description


Parameters Parameters

$content

The content of the update.

$user_id

ID of the user posting the update.

$group_id

ID of the group being posted to.

$activity_id

Whether or not the activity recording succeeded.


Top ↑

Source Source

File: bp-groups/bp-groups-activity.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.