FICTBASE

Serialized fiction and web novel plugin for WordPress. Chapters, drip scheduling, reader bookmarks — self-hosted, no platform lock-in.

6 database tables

Table NameDescriptionMethod
wp_fictbase_bookmarksStores fictbase bookmarks data created by this plugin.Static
wp_fictbase_chapter_viewsStores fictbase chapter views data created by this plugin.Static
wp_fictbase_chaptersStores fictbase chapters data created by this plugin.Static
wp_fictbase_licenseStores fictbase license data created by this plugin.Static
wp_fictbase_storiesStores fictbase stories data created by this plugin.Static
wp_fictbase_subscribersStores 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_options
Option key:fictbase_drip_secretOption key:fictbase_license_dataOption key:fictbase_license_keyOption key:fictbase_settingsOption key:fictbase_version
wp_posts
Custom post type:fb_chapterCustom post type:fb_story
wp_terms
Custom taxonomy:fb_genreCustom taxonomy:fb_tag