#33990 closed enhancement (fixed)
Add register_taxonomy_args filter
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
Follow-up to #17447.
A corresponding filter should be added for the args when registering a taxonomy.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Introducing a
register_taxonomy_args
filter that allows to modify the$args
when registering a taxonomy.