Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29417, comment 1


Ignore:
Timestamp:
09/29/2014 11:18:19 AM (11 years ago)
Author:
bjornjohansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29417, comment 1

    initial v1  
    1 I added a filter, nav_menu_item_args, on the entire $args object so all the before/after/link_before/link_after can be modified, covering your use case. I added it before any use of $args, in case one might want to modify it for the other uses in the function as well.
     1I added a filter, nav_menu_item_args, on the entire $args object so all the before/after/link_before/link_after properties can be modified, covering your use case. I added it before any use of $args, in case one might want to modify it for the other uses in the function as well.