Saltar navegación

[Resuelto] Question about custom field _toolset_edit_last

This support ticket is created hace 4 años. 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.

Etiquetado: 

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por julieP hace 3 años, 12 meses.

Autor
Mensajes
#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

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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!