bp_new_group_invite_friend_list( array $args = array() )

Output a list of friends who can be invited to a group

Description

Parameters

$args

(array) (Optional) Array of arguments for friends list output.

Default value: array()

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
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.