WebKernelAI – Advanced Form Builder

Professional-grade WordPress form builder with custom database tables, AJAX submissions, SMTP support, scalable architecture, and production-focused p …

4 database tables

Table NameDescriptionMethod
wp_wkaf_email_logsA logging table that records activity, events, or audit history.Static
wp_wkaf_entriesStores form submissions and user-entered data.Static
wp_wkaf_entry_metaStores additional metadata (key-value pairs) for wkaf entry records.Static
wp_wkaf_formsStores form definitions and related configuration.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:wkaf_delete_data_on_uninstallOption key:wkaf_plugin_versionOption key:wkaf_smtp_settingsOption key:wkaf_spam_settings