LAPDI Easy Dev

Create plugins quickly using our framework.

3 database tables

Table NameDescriptionMethod
wp_output_cacheA cache table that stores temporary computed or fetched data.Static
wp_smarty_cacheA cache table that stores temporary computed or fetched data.Static
wp_templatesStores templates 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_options
Option key
wp_postmeta
Post meta
wp_termmeta
Term meta