wpseek.com
A WordPress-centric search engine for devs and theme authors



custom_menu_order › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'custom_menu_order', false )
Parameters:
  • () custom Whether custom ordering is enabled. Default false.
    Required: Yes
Defined at:
Codex:

Filters whether to enable custom ordering of the administration menu.

See the {@see 'menu_order'} filter for reordering menu items.




Source

if ( apply_filters( 'custom_menu_order', false ) ) {