Adventurebook

Lets you create interactive Storybooks or Roleplay-Like Adventurebooks.

8 database tables

Table NameDescriptionMethod
wp_adventurebook_charactersStores adventurebook characters data created by this plugin.Static
wp_adventurebook_enemiesStores adventurebook enemies data created by this plugin.Static
wp_adventurebook_enemy_definitionsStores adventurebook enemy definitions data created by this plugin.Static
wp_adventurebook_enemy_spawnsStores adventurebook enemy spawns data created by this plugin.Static
wp_adventurebook_item_definitionsStores adventurebook item definitions data created by this plugin.Static
wp_adventurebook_item_spawnsStores adventurebook item spawns data created by this plugin.Static
wp_adventurebook_itemsStores adventurebook items data created by this plugin.Static
wp_adventurebook_scriptsStores adventurebook scripts 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:adventurebook_character_page_idOption key:adventurebook_db_versionOption key:adventurebook_enable_inline_editingOption key:adventurebook_enable_keyboard_navigationOption key:adventurebook_fixed_content_heightOption key:adventurebook_settingsOption key:adventurebook_show_direction_iconsOption key:adventurebook_version
wp_postmeta
Post meta
wp_posts
Custom post type:adventurebookCustom post type:adventurebook_page
wp_usermeta
User meta