Sauter la navigation

[Résolu] Question about custom field _toolset_edit_last

This support ticket is created Il y a 4 années. 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.

Marqué : 

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par julieP Il y a 4 années.

Auteur
Publications
#1906341

I've noticed entries in my postmeta table where meta_key is _toolset_edit_last.

When are these fields generated? What purpose do they serve? What purpose do they serve that the wordpress built in _edit_last field doesn't? Is it safe to periodically delete them?

Thanks

#1906375

Nigel
Supporter

Les langues: Anglais (English ) Espagnol (Español )

Fuseau horaire: Europe/London (GMT+00:00)

This hidden field is added to Toolset objects that are not edited with the standard post editor (which would receive the standard WordPress _edit_last field) and is used for internal purposes and should not be deleted.

It is not added to non-Toolset entries.

#1906621

OK thanks for clarifying; I wanted to be sure before including them in my housekeeping functions.

#1906627

My issue is resolved now. Thank you!