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