Admin Chat Management

Admin Firebase Support & Chat Management tool with real-time communication for WordPress.

3 database tables

Table NameDescriptionMethod
wp_acb_messagesStores acb messages data created by this plugin.Static
wp_acb_settingsStores acb settings data created by this plugin.Static
wp_acb_usersStores acb users 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:acb_firebase_authentication_valueOption key:acb_frontend_widget_enabledOption key:acb_settings_valueOption key:acb_support_system_enabledOption key:acb_widget_descriptionOption key:acb_widget_exclude_pagesOption key:acb_widget_positionOption key:acb_widget_show_on_pagesOption key:acb_widget_titleOption key:firebaseconfig
wp_usermeta
User meta