FloatyFAQ

Interactive FAQ system with floating balloon, categories, search and statistics.

7 database tables

Table NameDescriptionMethod
wp_floatyfaq_analyticsStores analytics or statistics data.Static
wp_floatyfaq_cacheA cache table that stores temporary computed or fetched data.Static
wp_floatyfaq_categoriesStores floatyfaq categories data created by this plugin.Static
wp_floatyfaq_itemsStores floatyfaq items data created by this plugin.Static
wp_floatyfaq_ratingsStores floatyfaq ratings data created by this plugin.Static
wp_floatyfaq_settingsStores floatyfaq settings data created by this plugin.Static
wp_floatyfaq_translationsStores floatyfaq translations 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:floatyfaq_db_versionOption key:floatyfaq_tables_created_v2