FICTBASE
Serialized fiction and web novel plugin for WordPress. Chapters, drip scheduling, reader bookmarks — self-hosted, no platform lock-in.
6 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_fictbase_bookmarks | Stores fictbase bookmarks data created by this plugin. | Static |
| wp_fictbase_chapter_views | Stores fictbase chapter views data created by this plugin. | Static |
| wp_fictbase_chapters | Stores fictbase chapters data created by this plugin. | Static |
| wp_fictbase_license | Stores fictbase license data created by this plugin. | Static |
| wp_fictbase_stories | Stores fictbase stories data created by this plugin. | Static |
| wp_fictbase_subscribers | Stores fictbase subscribers 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:
fictbase_drip_secretOption key:fictbase_license_dataOption key:fictbase_license_keyOption key:fictbase_settingsOption key:fictbase_versionwp_postsCustom post type:
fb_chapterCustom post type:fb_storywp_termsCustom taxonomy:
fb_genreCustom taxonomy:fb_tag