wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



menu_order › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'menu_order', $menu_order )
Parametri:
  • (array) $menu_order An ordered array of menu items.
    Richiesto:
Definito a:
Codex:

Filters the order of administration menu items.

A truthy value must first be passed to the {@see 'custom_menu_order'} filter for this filter to work. Use the following to enable custom menu ordering:

add_filter( 'custom_menu_order', '__return_true' );




Sorgenti

$menu_order = apply_filters( 'menu_order', $menu_order );