Skip Navigation

[Resolved] Where is the data stored in phpMyAdmin

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

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)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years ago.

Assisted by: Jamal.

Author
Posts
#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.