Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23806, comment 5


Ignore:
Timestamp:
01/19/2014 03:47:00 AM (11 years ago)
Author:
bgentry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23806, comment 5

    initial v1  
    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?