do_action( 'bp_core_user_updated_last_activity', int $user_id, string $time )

Fires when a user’s last_activity value has been updated.


Description Description


Parameters Parameters

$user_id

ID of the user.

$time

Last activity timestamp, in 'Y-m-d H:i:s' format.


Top ↑

Source Source

File: bp-core/classes/class-bp-core-user.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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