apply_filters( 'bp_get_activity_latest_update', string $latest_update , int $user_id )
Filters the latest update excerpt with view link appended to the end.
Description Description
Parameters Parameters
- $latest_update
-
The latest update with "view" link appended to it.
- $user_id
-
ID of the queried user.
Source Source
File: bp-activity/bp-activity-template.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $user_id parameter. |
1.2.0 | Introduced. |