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.


Parameters Parameters

$content

(string) Content of the activity post update.

$user_id

(int) ID of the user posting the activity update.

$activity_id

(int) ID of the activity item being updated.


Source Source

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