ProformancePlus
A powerful drag & drop contact form builder with conditional fields, reCAPTCHA, smart email delivery, submission logs, statistics, and blacklist p …
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bcf_blacklist | Stores bcf blacklist data created by this plugin. | Static |
| wp_bcf_email_settings | Stores bcf email settings data created by this plugin. | Static |
| wp_bcf_email_statistics | Stores analytics or statistics data. | Static |
| wp_bcf_email_template | Stores bcf email template data created by this plugin. | Static |
| wp_bcf_forms | Stores form definitions and related configuration. | Static |
| wp_bcf_logs | A logging table that records activity, events, or audit history. | Static |
| wp_bcf_submissions | Stores form submissions and user-entered 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_optionsOption key:
bcf_db_versionOption key:bcf_recaptcha_v2_enabledOption key:bcf_recaptcha_v3_enabledOption key:bcf_versionOption key:my_contentOption key:profor_blacklist_sync_enabledOption key:profor_blacklist_sync_frequencyOption key:profor_last_blacklist_syncOption key:profor_recaptcha_v2_enabledOption key:profor_recaptcha_v2_secret_keyOption key:profor_recaptcha_v2_site_keyOption key:profor_recaptcha_v3_enabledOption key:profor_recaptcha_v3_secret_keyOption key:profor_recaptcha_v3_site_keyOption key:profor_turnstile_enabledOption key:profor_turnstile_secret_keyOption key:profor_turnstile_site_key