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
bool -
Whether custom ordering is enabled. Default false.
Source
File: wp-admin/includes/menu.php
.
View all references
if ( apply_filters( 'custom_menu_order', false ) ) {
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example migrated from Codex:
The following code below groups Dashboard/Posts/Pages/Comments together at the top of the dashboard menu.
If you have a custom post type that you want to add to the group, use the format
edit.php?post_type=YOURPOSTTYPENAME