Init Chat Engine – Real-Time, Community, Extensible

A lightweight, real-time community chat system built with REST API and Vanilla JS. No jQuery, no reload. Full admin panel with moderation tools.

3 database tables

Table NameDescriptionMethod
wp_init_chatbox_bannedStores init chatbox banned data created by this plugin.Static
wp_init_chatbox_msgsStores init chatbox msgs data created by this plugin.Static
wp_init_chatbox_statsStores analytics or statistics data.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:init_chat_advanced_settingsOption key:init_chat_basic_settingsOption key:init_chat_last_daily_stat_updateOption key:init_chat_security_settingsOption key:init_plugin_suite_chat_engine_db_versionOption key:init_plugin_suite_chat_engine_settings
wp_usermeta
User meta