Filters whether to enable custom ordering of the administration menu.
Description
See the ‘menu_order’ filter for reordering menu items.
Parameters
$custom
bool- Whether custom ordering is enabled. Default false.
Source
if ( apply_filters( 'custom_menu_order', false ) ) {
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes