Opened 16 years ago
Closed 16 years ago
#9945 closed feature request (invalid)
feature request: register_taxonomy - ability to disable auto-creation of admin_panel and meta_box
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | Taxonomy | Keywords: | taxonomy |
Focuses: | Cc: |
Description
Using WordPress 2.8 beta 1
Creating a new taxonomy by calling register_taxonomy auto-generates an admin_panel and meta_box for the new taxonomy. There should be option to disable this auto-generation.
This is to make it easier for plugin developers that want to create their own customized panels for taxonomies.
Possible solution: additional option for $args to set an "autogenerate" flag, e.g. 'autogenerate' => 'false'
Change History (1)
Note: See
TracTickets for help on using
tickets.
set the label to false in your taxonomy's args, and it'll get removed.