Changes between Initial Version and Version 1 of Ticket #10142, comment 102
- Timestamp:
- 02/08/2014 08:48:28 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10142, comment 102
initial v1 1 1 Hi all, 2 2 3 Personally I think there should the a wp_termmeta table (term_id, term_meta, term_value) which works the same way as the postmeta. This would handle scalability, keep it conventional and well organized. The saving would simply use update_term_meta() and the deleting part would then automated just list the postwith custom metas.3 Personally I think there should the a wp_termmeta table (term_id, term_meta, term_value) which works the same way as the postmeta. This would handle scalability, keep it conventional and well organized. The saving part would simply use update_term_meta() and the deleting part would then be automated just like the post works with custom metas. 4 4 5 5 I am happy to contribute if necessary.