Re: bp_nav item values
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.
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.