apply_filters( 'bp_get_profile_group_name', string $name , int $group_id )
Filters the profile group name.
Parameters Parameters
- $name
-
(string) Name of the profile group.
- $group_id
-
(int) ID of the profile group.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $group_id parameter |
1.0.0 | Introduced. |