Skip Navigation

[Resolved] Revisions

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by garenM 3 years, 7 months ago.

Assisted by: Christian Cox.

Author
Posts
#2021939

Im trying to tracking save revisions for toolset custom fields. How is this possible. Can you advise please?

#2022069

Hello, WordPress stopped supporting revisions for custom fields a few years ago, so it's not something that is automatically available. You would have to create a custom solution to support revisions for custom fields.

There is a good description of what's required here: https://johnblackbourn.com/post-meta-revisions-wordpress/

If you know a little PHP it should be possible to implement something like this for your site.

If you don't then you would need to contact a developer to do it for you (we maintain a list of Toolset contractors that you can find in the sidebar, though this is not a Toolset issue as such).

Also, there is a plugin which aims to provide this functionality, though I don't believe it ever got accepted into core: https://github.com/adamsilverstein/wp-post-meta-revisions

I can't vouch for its effectiveness. Note that Types custom field slugs use a wpcf- prefix in the database. So if your field slug in wp-admin is "field-slug", the postmeta key will be "wpcf-field-slug" in the database.

#2023075

Thanks, we will check it out