Getting old term value with edited_{$taxonomy} | Hook
You would need to use a hook before the term is updated, both edit_{$taxonomy} and edited_{$taxonomy} fire after, though you still may be able to use Term Cache I wouldn’t consider it reliable. Maybe try using the wp_update_term_data hook instead which gives you the current term before it gets updated, and the data that will … Read more