wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



custom_menu_order › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'custom_menu_order', false )
Parameter:
  • () custom Whether custom ordering is enabled. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to enable custom ordering of the administration menu.

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




Quellcode

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