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

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

View on Trac



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.