Navigation überspringen

[Gelöst] Question about custom field _toolset_edit_last

This support ticket is created vor 4 Jahren. 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.

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von julieP vor 4 Jahren.

Author
Artikel
#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

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: 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!