Appointment SW
Self-service appointment booking for WordPress. Calendar, arbitrary time windows, holidays, modal booking flow, REST API.
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:appointmentsw_delete_data_on_uninstallOption key:appointmentsw_settingsOption key:appointmentsw_versionOption key:asw-durationOption key:asw-end_time_Option key:asw-end_time_0Option key:asw-end_time_1Option key:asw-guestOption key:asw-maxoffsetOption key:asw-numdaysOption key:asw-start_time_Option key:asw-start_time_0Option key:asw-start_time_1wp_usermeta