Shed Form
A contact form plugin for Japanese websites with confirmation screen, spam protection, and submission history.
9 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_shedform_form_fields | Stores form definitions and related configuration. | Static |
| wp_shedform_form_rows | Stores form definitions and related configuration. | Static |
| wp_shedform_form_settings | Stores form definitions and related configuration. | Static |
| wp_shedform_forms | Stores form definitions and related configuration. | Static |
| wp_shedform_mail_logs | A logging table that records activity, events, or audit history. | Static |
| wp_shedform_submission_fields | Stores form submissions and user-entered data. | Static |
| wp_shedform_submission_files | Stores form submissions and user-entered data. | Static |
| wp_shedform_submission_memos | Stores form submissions and user-entered data. | Static |
| wp_shedform_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:
shedform_admin_emailOption key:shedform_default_from_emailOption key:shedform_default_from_nameOption key:shedform_default_phrases_cacheOption key:shedform_license_cacheOption key:shedform_license_keyOption key:shedform_phrases_cache_updatedOption key:shedform_phrases_cache_versionOption key:shedform_phrases_update_availableOption key:shedform_settingsOption key:shedform_show_creditOption key:shedform_turnstile_enabledOption key:shedform_turnstile_secret_keyOption key:shedform_turnstile_site_keyOption key:shedform_versionOption key:wpshed_default_phrases_cacheOption key:wpshed_phrases_cache_updatedOption key:wpshed_phrases_cache_versionOption key:wsf_version