In a custom post type, I first got all the revisions using wp_get_post_revisions().
I looped through, and compared metadata and postdata to see the differences between the two. However, it seems that when I employ the same strategy on get_the_terms(), I'm getting the proper taxonomies for the actual published post, but the revisions do not have any taxonomy data.
How can I save taxonomy information for revisions?
