do_action( 'bp_activity_posted_update', string $content , int $user_id , int $activity_id )
Fires at the end of an activity post update, before returning the updated activity item ID.
Description Description
Parameters Parameters
- $content
-
Content of the activity post update.
- $user_id
-
ID of the user posting the activity update.
- $activity_id
-
ID of the activity item being updated.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |