TimeFix – Simple Appointment Booking & Scheduling Plugin

TimeFix is a simple appointment booking & scheduling plugin for WordPress.

7 database tables

Table NameDescriptionMethod
wp_wpm_timefix_appointment_metaStores additional metadata (key-value pairs) for wpm timefix appointment records.Static
wp_wpm_timefix_appointment_servicesStores wpm timefix appointment services data created by this plugin.Static
wp_wpm_timefix_appointmentsStores wpm timefix appointments data created by this plugin.Static
wp_wpm_timefix_customersStores wpm timefix customers data created by this plugin.Static
wp_wpm_timefix_ordersStores order records and related transaction data.Static
wp_wpm_timefix_service_metaStores additional metadata (key-value pairs) for wpm timefix service records.Static
wp_wpm_timefix_staff_metaStores additional metadata (key-value pairs) for wpm timefix staff records.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:start_of_weekOption key:wpm_timefix_email_settingsOption key:wpm_timefix_general_settingsOption key:wpm_timefix_needs_flushOption key:wpm_timefix_offline_payment_settingsOption key:wpm_timefix_payment_settingsOption key:wpm_timefix_permalink_settings
wp_termmeta
Term meta