Warning: This function has been deprecated.

bp_core_sort_nav_items()

Sort the navigation menu items.


Description 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 Return

(bool|null) Returns false on failure.


Top ↑

Source Source

File: bp-core/deprecated/2.6.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 This function has been deprecated.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.