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.


Parameters Parameters

$friends

(array|bool) Array friends available to invite or false for no friends.

$user_id

(int) ID of the user checked for who they can invite.

$group_id

(int) ID of the group being checked on.


Source Source

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

View on Trac



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.