Krishnadas Hospital Appointments & Clinic Manager

Doctor appointment booking plugin with doctor registration, appointment management, and admin approval.

3 database tables

Table NameDescriptionMethod
wp_appointmentsStores appointments data created by this plugin.Static
wp_doctorsStores doctors data created by this plugin.Static
wp_patientStores patient 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:khacm_appointments_page_idOption key:khacm_db_versionOption key:khacm_doctor_page_idOption key:khacm_new_appointment_page_idOption key:khacm_patient_dashboard_page_idOption key:khacm_show_setup_noticeOption key:khacm_version
wp_postmeta
Post meta