bp_legacy_theme_group_create_nav()
Add the Create a Group nav to the Groups directory navigation.
Description Description
The bp-legacy puts the Create a Group nav at the last position of the Groups directory navigation.
Source Source
File: bp-templates/bp-legacy/buddypress-functions.php
function bp_legacy_theme_group_create_nav() { bp_group_create_nav_item(); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |