Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bp_nav item values


Boone Gorges
Keymaster

@boonebgorges

How are you reordering bp_nav items to begin with? You might try putting the following code right after you call the global $bp:

echo '

';
print_r($bp->bp_nav);
echo '

';

That’ll show you all the items in bp_nav.

Skip to toolbar