Skip Navigation

[Gelöst] Where is the data stored in phpMyAdmin

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

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Jamal vor 3 Jahren.

Assistiert von: Jamal.

Author
Artikel
#2228115

Where is the data stored in phpMyAdmin. Custom fields, Taxonomies etc?

#2228167

Hello and thank you for contacting the Toolset support.

For custom fields and taxonomies, Toolset delegates to WordPress. They are stored in core WordPress tables. Please check this article for more details https://codex.wordpress.org/Database_Description

Toolset, on the other hand, uses a prefix "wpcf-" to store custom fields on the database. A custom field with slug "school" will be saved with the meta key "wpcf-school".

Further more, Toolset uses some internal tables to store relationships. These tables are not related to custom fields and taxonomies.

I hope this answers your request. Let me know if you have any questions.