Changes between Initial Version and Version 1 of Ticket #30335, comment 38
- Timestamp:
- 11/26/2014 07:47:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30335, comment 38
initial v1 1 1 Replying to [comment:22 boonebgorges]: 2 2 > We feel confident that this will provide backward compatibility for a large percentage of cases where old term_ids have been cached, and are looking for feedback. 3 Some positive feedback here. I write such plugin which caches term_ids (and even associations between these term_ids). I just tested with the beta 2 and the action 'split_shared_term' is just perfect to update the cache. One remark though: since I store associations of term_ids, I need to split the associated terms. The best function to do this is to use _split_shared_term . Is there any reason why you want to keep it private?3 Some positive feedback here. I write such plugin which caches term_ids (and even associations between these term_ids). I just tested with the beta 2 and the action 'split_shared_term' is just perfect to update the cache. One remark though: since I store associations of term_ids, I need to split the associated terms. The best function to do this is to use _split_shared_term(). Is there any reason why you want to keep it private?