Opened 9 years ago
Last modified 5 years ago
#34195 new enhancement
Deprecate get_terms_fields
Reported by: | wpsmith | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
It seems like most people agree with the removal of this filter. So here is an approach to make this happen.
Attachments (1)
Change History (5)
#1
@
9 years ago
The idea would be that this hook would be deprecated for a while (until a designated version) and eventually completely removed.
#4
@
8 years ago
- Milestone changed from Awaiting Review to Future Release
It's definitely a good idea to warn developers that this filter will generally not work.
_deprecated_function()
should not be used for this purpose. If nothing else, the way strings are being concatenated cannot properly be translated.
See #10441 for a discussion of _deprecated_hook()
.
Note: See
TracTickets for help on using
tickets.
deprecate notice for hook.