Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#9652 closed enhancement (fixed)

Allow menu reordering via plugin

Reported by: ryan Owned by: ryan
Priority: normal Milestone: 2.8
Component: Menus Version:
Severity: normal Keywords:
Cc:

Description

[11092] adds the ability for plugins to reorder top-level menus. Attached is a plugin showing how it is used.

Attachments (1)

menu_order.php (279 bytes) - added by ryan 4 years ago.

Download all attachments as: .zip

Change History (3)

ryan4 years ago

comment:1   ryan4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

comment:2   ryan4 years ago

Attached code demonstrates menus with Dashboard, Posts, and Comments in the first menu group. The remaining menus follow in their usual order. When filtering the order array, any menus that are not mentioned in the array will be sorted after ones that are mentioned. Unmentioned menus are sorted in their usual order, relative to other unmentioned menus.

Note: See TracTickets for help on using tickets.