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