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 on GitHub


Changelog

Changelog
Version Description
WP-2.8.0 Introduced.