Beyond Wpdb

※ Table names have been changed since v2.0.Please delete the meta_json table and reactivate it in the options screen. Are you having trouble with slo …

3 database tables

Table NameDescriptionMethod
wp_delete_Stores delete data created by this plugin.Static
wp_insert_Stores insert data created by this plugin.Static
wp_update_Stores update data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_commentmeta
Comment meta
wp_comments
Direct access
wp_postmeta
Post meta
wp_usermeta
User meta