Luxury Hotel Booking Lite
This plugin manage your single hotel and booking.
12 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_chb_amenity | Stores chb amenity data created by this plugin. | Static |
| wp_chb_booking | Stores chb booking data created by this plugin. | Static |
| wp_chb_booking_room | Stores chb booking room data created by this plugin. | Static |
| wp_chb_booking_service | Stores chb booking service data created by this plugin. | Static |
| wp_chb_country | Stores chb country data created by this plugin. | Static |
| wp_chb_floor | Stores chb floor data created by this plugin. | Static |
| wp_chb_payment | Stores chb payment data created by this plugin. | Static |
| wp_chb_pricing | Stores chb pricing data created by this plugin. | Static |
| wp_chb_room | Stores chb room data created by this plugin. | Static |
| wp_chb_room_type | Stores chb room type data created by this plugin. | Static |
| wp_chb_service | Stores chb service data created by this plugin. | Static |
| wp_chb_settings | Stores chb settings data created by this plugin. | Static |