AppointmentSW
Appointment SW is a plugin for managing appointments. You can create a calendar, set the holidays, and let users make an appointment.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_appointmentsw_book | Stores appointmentsw book data created by this plugin. | Static |
| wp_appointmentsw_bookmeta | Stores appointmentsw bookmeta data created by this plugin. | Static |
| wp_appointmentsw_holidays | Stores appointmentsw holidays 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:
appointmentsw-subjectOption key:appointmentsw_changesOption key:asw-durationOption key:asw-end_time_0Option key:asw-end_time_1Option key:asw-guestOption key:asw-maxoffsetOption key:asw-numdaysOption key:asw-start_time_0Option key:asw-start_time_1wp_usermeta