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 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: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_1
wp_usermeta
User meta