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'.


Top ↑

Source Source

File: bp-core/bp-core-functions.php


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.