Opened 15 years ago
Closed 14 years ago
#12881 closed enhancement (fixed)
Add hooks in /wp-includes/nav-menu.php for get menu items and set menu item.
Reported by: | mikeschinkel | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
Add same named hooks on the return values of both the wp_get_nav_menu_items() and wp_setup_nav_menu_item() functions from /wp-includes/nav-menu.php, patch included.
See the following thread for background.
Request for Patch:
http://lists.automattic.com/pipermail/wp-hackers/2010-April/031463.html
Start of thread:
http://lists.automattic.com/pipermail/wp-hackers/2010-April/031433.html
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Hooks on return values of wp_get_nav_menu_items() and wp_setup_nav_menu_item() in /wp-includes/nav-menu.php