#25902 closed feature request (duplicate)
Enable use of termmeta table
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Attachments (1)
Change History (4)
#2
@
10 years ago
- Component changed from General to Taxonomy
- Description modified (diff)
- Keywords has-patch removed
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
- Type changed from defect (bug) to feature request
there already exists a termmeta table.
There is no meta table for terms in core. #10142 is the main ticket for adding term meta to core.
Note: See
TracTickets for help on using
tickets.
To clarify:
The only thing holding
update_metadata('term', $object_id, $meta_key, $meta_value)
from being used is the missing value in wp-db.php.