bp_new_group_invite_friend_list( array $args = array() )
Output a list of friends who can be invited to a group
Description Description
Parameters Parameters
- $args
-
(Optional) Array of arguments for friends list output.
Default value: array()
Source Source
File: bp-groups/bp-groups-template.php
function bp_new_group_invite_friend_list( $args = array() ) {
echo bp_get_new_group_invite_friend_list( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |