apply_filters( 'bp_blog_last_active', string $last_activity , array $r )
Filters the last active date of the current blog in the loop.
Parameters Parameters
- $last_activity
-
(string) Last active date.
- $r
-
(array) Array of parsed args used to determine formatting.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |