apply_filters( 'bp_get_user_last_activity', string $activity, int $user_id )

Filters the last activity for a given user.


Description Description


Parameters Parameters

$activity

Time of last activity, in 'Y-m-d H:i:s' format or an empty string if none found.

$user_id

ID of the user being checked.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.