#12494 closed enhancement (fixed)
Allow selectable value in Walker_*Dropdown classes
Reported by: | jfarthing84 | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | dev-feedback has-patch |
Focuses: | template | Cc: |
Description
I think we should be able to select either term_id or term_slug as the output value for Walker_CategoryDropdown class and likewise either ID or post_name for Walker_PageDropdown class.
Attachments (2)
Change History (10)
Note: See
TracTickets for help on using
tickets.
In researching this, I noticed that many different relating functions use the filter 'list_cats' on many different attributes, which seems misguided, because how do you differentiate between the attributes? Shouldn't each one have it's own filter?