bp_get_the_profile_group_name()
Return the XProfile group name.
Description
Return
(string)
Source
File: bp-xprofile/bp-xprofile-template.php
298 299 300 301 302 303 304 305 306 307 308 309 | function bp_get_the_profile_group_name() { global $group ; /** * Filters the XProfile group name. * * @since BuddyPress 1.0.0 * * @param string $name Name for the profile group. */ return apply_filters( 'bp_get_the_profile_group_name' , $group ->name ); } |
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.