This function has been deprecated. BuddyPress 2.6.0 instead.

bp_core_sort_nav_items()

Sort the navigation menu items.

Description

The sorting is split into a separate function because it can only happen after all plugins have had a chance to register their navigation items.

Return

(bool|null) Returns false on failure.

Source

File: bp-core/deprecated/buddypress/2.6.php

function bp_core_sort_nav_items() {
	_deprecated_function( __FUNCTION__, '2.6' );
}

Changelog

Changelog
Version Description
BuddyPress 2.6.0 BuddyPress 2.6.0
BuddyPress 1.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.