Opened 3 years ago
Closed 3 years ago
#14482 closed enhancement (duplicate)
Should be able to unregister_taxonomy_for_object_type
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
You can attach an existing taxonomy to a post type using register_taxonomy_for_object_type, but there is no corresponding unregister_taxonomy_for_object_type.
The patch attached implements this.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Patch to implement required function.