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