Skip Navigation

[Resuelto] Question about custom field _toolset_edit_last

This support ticket is created hace 3 años, 10 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Etiquetado: 

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por julieP hace 3 años, 10 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!