I have built several Wordpress websites and noticed that custom fields are not restored to previous revisions. This might cause a problem when using custom fields to store content. Anybody knows how to add the custom fields to the revision history? Thanks
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Post revisions are for the fields in the posts database table and not the postmeta database table. So if you want to create your own postmeta revision you could save the meta when the revision is made using |
|||||||
|