Fixing deprecated bp_nav code?
-
I have inherited a Buddypress site and have this error:
bp_nav was called incorrectly These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.
I have found where it is being used. Eg:
global $bp;
$bp->bp_nav[‘notifications’] = false;But I cannot find on the documentation what the new Buddypress nav functions should be to replace this? please help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.