Opened 16 years ago
Closed 16 years ago
#13702 closed defect (bug) (fixed)
Requested nav menu objects array is not filtered
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Menus | Keywords: | has-patch |
| Focuses: | Cc: |
Description
It should be, as it's how admin and unspecified wp_nav_menu get their menu objects.
Patch adds a simple filter that will allow plugin and theme developers to control access to menus, for example.
cf. #13694
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [15112]) wp_get_nav_menus filter. Props filosofo. fixes #13702