#32712 closed enhancement (duplicate)
Customizer Menus: add a way to extend available menu items
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
Moving this over from https://github.com/voldemortensen/menu-customizer/issues/103
From @sevenspark:
Can we add a way to extend available menu items?
In the Appearance > Menus screen, we can use add_meta_box to insert custom menu item types.
However, in available_items_template(), there isn't the ability to add any additional types of menu items (though I see there is an @todo note regarding add_meta_box)
Right now, the Menu Customizer doesn't interfere with any custom items added in Appearance > Menus as far as I can tell, so that's good. But it'd be nice to be able to add them via the Customizer interface as well.
I think just adding an action hook would probably be all we'd need.
Thanks! :)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Also copying in @westonruter's previous comment from https://github.com/voldemortensen/menu-customizer/issues/103#issuecomment-111257349 because it's worth noting: