apply_filters( 'bp_core_get_last_activity', string $last_active , string $last_activity_date , string $string )
Filters last activity string based on time since date given.
Description Description
Parameters Parameters
- $last_active
-
Last activity string based on time since date given.
- $last_activity_date
-
The date of last activity.
- $string
-
A sprintf()-able statement of the form 'Active %s'.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |