bp_nouveau_nav_item()
Sets the current nav item and prepare the navigation loop to iterate to next one.
Description
Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_nav_item() {
$bp_nouveau = bp_nouveau();
$bp_nouveau->current_nav_item = $bp_nouveau->sorted_nav[ $bp_nouveau->current_nav_index ];
$bp_nouveau->current_nav_index += 1;
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.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.