wpseek.com
A WordPress-centric search engine for devs and theme authors
menu_order › WordPress Filter Hooks
Since2.8.0
Deprecatedn/a
› apply_filters( 'menu_order', $menu_order )
Parameters: |
|
Defined at: |
|
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' );
Related Functions: menu_page_url, comment_date, send_origin_headers, comment_form, clean_pre, meta_form
Related Hooks: custom_menu_order, comment_form_after, submenu_file, comment_form, comment_form_before