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.


Top ↑

Source Source

File: bp-activity/bp-activity-functions.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.