#20407 closed defect (bug) (duplicate)
XMLRPC: getTaxonomies default shows all taxonomies
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 3.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | markoheijnen |
Description
When using the new method wp.getTaxonomies it default shows all the taxonomies.
With the submitted patch you can control it trough the fourth argument so you can always show all of them.
Attachments (2)
Change History (8)
markoheijnen — 13 months ago
markoheijnen — 13 months ago
Is public => true the desired default filter? show_ui => true might make more sense for post types, maybe not for taxonomies. Should we introduce a new flag for exposing via XML-RPC flag for both post types and taxonomies?
comment:3
markoheijnen — 13 months ago
Yes, that indeed makes more sense.
- Resolution set to duplicate
- Status changed from new to closed
Taken care of in #20566.
comment:6
SergeyBiryukov — 13 months ago
- Milestone 3.4 deleted
Note: See
TracTickets for help on using
tickets.

New unit test