BP_Nouveau_Customizer_Group_Nav::get_group_nav()

Get the list of nav items ordered according to the Site owner preferences.

Description

Return

(array) the nav items ordered.

Source

File: bp-templates/bp-nouveau/includes/groups/classes.php

455
456
457
458
459
460
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
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.