Saltar navegación

[Cerrado] In which database tables are Toolset data stored?

This support ticket is created 4 years, 2 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.

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Nigel 4 years, 2 months ago.

Autor
Mensajes
#2325027

Tell us what you are trying to do? Access Toolset data, directly through database. Which database tables contain Toolset custom post type information.

Is there any documentation that you are following? Nope

Is there a similar example that we can see? Nope

What is the link to your site? enlace oculto

Toolset is used here: enlace oculto

#2325031

Nigel
Colaborador

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

Zona horaria: Europe/London (GMT+01:00)

Custom post types, custom fields (aka post meta), and custom taxonomies are all stored in the standard WordPress tables.

Under the hood Toolset uses normal WordPress functions such as register_post_type and update_post_meta to store data.

Toolset creates a number of custom tables to store post relationship data (readily identified because they are named with toolset), or maps caching data, but these should ordinarily be accessed via the Toolset APIs rather than directly.

#2328713

Follow up question: If editing the database directly isn't a great option, how would you suggest we bulk update our custom post-type data? Thank you!

#2328749

Nigel
Colaborador

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

Zona horaria: Europe/London (GMT+01:00)

What kind of updates are you talking about? Do you have some examples?

El debate ‘[Cerrado] In which database tables are Toolset data stored?’ está cerrado y no admite más respuestas.