bp_get_group_total_for_member()
Get the group count for the displayed user.
Description Description
Return Return
(string)
Source Source
File: bp-groups/bp-groups-template.php
function bp_get_group_total_for_member() { /** * FIlters the group count for a displayed user. * * @since 1.1.0 * * @param int $value Total group count for a displayed user. */ return apply_filters( 'bp_get_group_total_for_member', BP_Groups_Member::total_group_count() ); }
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |