Opened 14 years ago
Closed 14 years ago
#14482 closed enhancement (duplicate)
Should be able to unregister_taxonomy_for_object_type
Reported by: | leewillis77 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Taxonomy | Keywords: | |
Focuses: | 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.