apply_filters( 'bp_friends_get_invite_list', array|bool $friends, int $user_id, int $group_id )

Filters the list of potential friends that can be invited to this group.


Description Description


Parameters Parameters

$friends

Array friends available to invite or false for no friends.

$user_id

ID of the user checked for who they can invite.

$group_id

ID of the group being checked on.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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