Akukita Chat with AI Translation

Real-time multilingual chat by Akukita. Every message is automatically translated into each participant's language — no configuration needed.

3 database tables

Table NameDescriptionMethod
wp_akch_chat_messagesStores akch chat messages data created by this plugin.Static
wp_akch_chat_participantsStores akch chat participants data created by this plugin.Static
wp_akch_chat_roomsStores akch chat rooms 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:akch_db_versionOption key:akch_deepl_keyOption key:akch_default_languageOption key:akch_history_daysOption key:akch_messages_per_loadOption key:akch_mymemory_keyOption key:akch_openai_keyOption key:akch_show_powered_byOption key:akch_translation_provider
wp_usermeta
User meta