apply_filters( 'bp_get_user_last_activity', string $activity , int $user_id )
Filters the last activity for a given user.
Parameters Parameters
- $activity
-
(string) Time of last activity, in 'Y-m-d H:i:s' format or an empty string if none found.
- $user_id
-
(int) ID of the user being checked.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |