Opened 3 years ago
Closed 3 years ago
#13702 closed defect (bug) (fixed)
Requested nav menu objects array is not filtered
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Menus | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| 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