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 Name | Description | Method |
|---|---|---|
| wp_wkaf_email_logs | A logging table that records activity, events, or audit history. | Static |
| wp_wkaf_entries | Stores form submissions and user-entered data. | Static |
| wp_wkaf_entry_meta | Stores additional metadata (key-value pairs) for wkaf entry records. | Static |
| wp_wkaf_forms | Stores 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_optionsOption key:
wkaf_delete_data_on_uninstallOption key:wkaf_plugin_versionOption key:wkaf_smtp_settingsOption key:wkaf_spam_settings