friends_get_bulk_last_active( array $friend_ids )
Get the last active date of many users at once.
Description
See also
- BP_Friends_Friendship::get_bulk_last_active(): for a description of arguments and return value.
Parameters
- $friend_ids
-
(Required) See BP_Friends_Friendship::get_bulk_last_active().
Return
(array) $user_ids See BP_Friends_Friendship::get_bulk_last_active().
Source
File: bp-friends/bp-friends-functions.php
function friends_get_bulk_last_active( $friend_ids ) {
return BP_Friends_Friendship::get_bulk_last_active( $friend_ids );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.