Simple WP Events
A simple and lightweight WordPress plugin to create events and allow users to register for them.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_events_registration | Stores events registration data created by this plugin. | Static |
| wp_events_subscribers | Stores events subscribers 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_optionsOption key:
per_pageOption key:wp_events_versionOption key:wpe_display_settingsOption key:wpe_events_settingsOption key:wpe_export_settingsOption key:wpe_firm_settingsOption key:wpe_forms_settingsOption key:wpe_integration_settingsOption key:wpe_mail_settingsOption key:wpe_recaptcha_settingsOption key:wpe_settingswp_postmetawp_postsCustom post type:
wp_eventswp_termsCustom taxonomy:
wpevents-categorywp_usermeta