Save both current and new version of post meta
I want to save two versions of my custom meta box data called “sidebar”. I want to compare a new and old version of this data later on, so that is why I want to save a copy of the current “sidebar” to a field called “sidebar_old”, just before saving a new version. Here’s my attempt at doing just that: