Opened 21 months ago
Last modified 21 months ago
#18754 new enhancement
Add taxonomy argument to get_terms_orderby filter
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Taxonomy | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The get_terms_orderby filter in get_terms() doesn't get passed the taxonomies parameter.
If a plugin wants to use the taxonomies parameter when filtering the terms order, it must also filter get_terms_args and add the taxonomies argument to the $args array, so it can subsequently use it in the get_terms_orderby filter.
Attachments (1)
Change History (2)
johnbillion
— 21 months ago
comment:1
johnbillion
— 21 months ago
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Patch