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.
Source Source
File: bp-core/deprecated/2.6.php
function bp_core_sort_nav_items() {
_deprecated_function( __FUNCTION__, '2.6' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | This function has been deprecated. |
| 1.0.0 | Introduced. |