Doobert Chatbot

  A WordPress plugin to allow a chatbot on the WordPress site that answers questions based upon their site content.  

3 database tables

Table NameDescriptionMethod
wp_doobert_chatbot_historyStores doobert chatbot history data created by this plugin.Static
wp_doobert_translations_dataStores doobert translations data data created by this plugin.Static
wp_petcolove_tokenStores access tokens for authentication or API access.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:_doobert_chatbot_design_settingsOption key:_doobert_excluded_posts_from_apiOption key:_doobert_token_time_stampOption key:_doobert_token_valueOption key:doobert-chatbot-adopt-settingsOption key:doobert-chatbot-custom-settingsOption key:doobert-chatbot-petclove-settingsOption key:doobert_api_token_valueOption key:doobert_audit_emailOption key:doobert_chatbot_migrated_toOption key:doobert_chatbot_settings_synced_to_v18Option key:doobert_chatbot_skip_cleanup_doneOption key:doobert_csv_upload_attemptsOption key:doobert_is_training_data_loadedOption key:doobert_validation_data
wp_postmeta
Post meta