HustlAI Appointment Scheduler
A lightweight appointment scheduling plugin for WordPress.
9 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_hustlai_as_antispam_attempts | Stores hustlai as antispam attempts data created by this plugin. | Static |
| wp_hustlai_as_appointment_types | Stores hustlai as appointment types data created by this plugin. | Static |
| wp_hustlai_as_availability | Stores hustlai as availability data created by this plugin. | Static |
| wp_hustlai_as_blocked_dates | Stores hustlai as blocked dates data created by this plugin. | Static |
| wp_hustlai_as_bookings | Stores hustlai as bookings data created by this plugin. | Static |
| wp_hustlai_as_form_fields | Stores form definitions and related configuration. | Static |
| wp_hustlai_as_notification_log | A logging table that records activity, events, or audit history. | Static |
| wp_hustlai_as_settings | Stores hustlai as settings data created by this plugin. | Static |
| wp_hustlai_as_sync_queue | A job queue table for managing background tasks and scheduled operations. | 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:
hustlai_as_db_version