Event Scheduler
Event scheduler can be used for planning of recurring events.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_event_scheduler_event | Stores event scheduler event data created by this plugin. | Static |
| wp_event_scheduler_holiday | Stores event scheduler holiday data created by this plugin. | Static |
| wp_event_scheduler_participant | Stores event scheduler participant 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:
event-scheduler