FloatyFAQ
Interactive FAQ system with floating balloon, categories, search and statistics.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_floatyfaq_analytics | Stores analytics or statistics data. | Static |
| wp_floatyfaq_cache | A cache table that stores temporary computed or fetched data. | Static |
| wp_floatyfaq_categories | Stores floatyfaq categories data created by this plugin. | Static |
| wp_floatyfaq_items | Stores floatyfaq items data created by this plugin. | Static |
| wp_floatyfaq_ratings | Stores floatyfaq ratings data created by this plugin. | Static |
| wp_floatyfaq_settings | Stores floatyfaq settings data created by this plugin. | Static |
| wp_floatyfaq_translations | Stores 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_optionsOption key:
floatyfaq_db_versionOption key:floatyfaq_tables_created_v2