BP_Nouveau_Customizer_Group_Nav::get_group_nav()
Get the list of nav items ordered according to the Site owner preferences.
Description Description
Return Return
(array) the nav items ordered.
Source Source
File: bp-templates/bp-nouveau/includes/groups/classes.php
public function get_group_nav() { // Eventually reset the order bp_nouveau_set_nav_item_order( $this, bp_nouveau_get_appearance_settings( 'group_nav_order' ), $this->group->slug ); return $this->get_secondary( array( 'parent_slug' => $this->group->slug ) ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |