bp_group_avatar( array|string $args = '' )

Output the group avatar while in the groups loop.


Description Description


Parameters Parameters

$args

(Optional) See bp_get_group_avatar() for description of arguments.

Default value: ''


Top ↑

Source Source

File: bp-groups/bp-groups-template.php

function bp_group_avatar( $args = '' ) {
	echo bp_get_group_avatar( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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