Summery Summery
Filters the order of administration menu items.
Syntax Syntax
Description Description
A truthy value must first be passed to the ‘custom_menu_order’ filter for this filter to work. Use the following to enable custom menu ordering:
add_filter( 'custom_menu_order', '__return_true' );
Parameters Parameters
- $menu_order
-
An ordered array of menu items.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |