bp_get_groups_root_slug()
Return the groups component root slug.
Description Description
Return Return
(string)
Source Source
File: bp-groups/bp-groups-template.php
function bp_get_groups_root_slug() {
/**
* Filters the groups component root slug.
*
* @since 1.5.0
*
* @param string $root_slug Groups component root slug.
*/
return apply_filters( 'bp_get_groups_root_slug', buddypress()->groups->root_slug );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |