bp_groups_profile_stats( array|string $args = '' )
Display the number of groups in user’s profile.
Description Description
Parameters Parameters
- $args
-
(Optional) before|after|user_id
Default value: ''
Source Source
File: bp-groups/bp-groups-template.php
function bp_groups_profile_stats( $args = '' ) {
echo bp_groups_get_profile_stats( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |