Appointment SW

Self-service appointment booking for WordPress. Calendar, arbitrary time windows, holidays, modal booking flow, REST API.

3 database tables

Table NameDescriptionMethod
wp_appointmentsw_bookStores appointmentsw book data created by this plugin.Static
wp_appointmentsw_bookmetaStores appointmentsw bookmeta data created by this plugin.Static
wp_appointmentsw_holidaysStores 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_options
Option 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_1
wp_usermeta
User meta