Changes between Version 1 and Version 2 of Ticket #23806, comment 5
- Timestamp:
- 01/19/2014 03:47:34 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23806, comment 5
v1 v2 1 bendoh, I came across this post as I was thinking about the need to have some filters for adding fields to the nav menu item editing screens for the same reason you pointed out: when the only way to add fields is to make your own Walker_Nave_Menu_Edit, it is impossible for two plugins to add different fields to the screen. 2 3 In the approach you take in your trac ticket, developers need to write their own functions to save the fields they add, correct?