WP Hotel Booking

WordPress Hotel Booking Plugin - A complete hotel booking reservation plugin for WordPress.

3 database tables

Table NameDescriptionMethod
wp_hotel_booking_order_itemmetaStores order records and related transaction data.Static
wp_hotel_booking_order_itemsStores order records and related transaction data.Static
wp_hotel_booking_plansStores hotel booking plans 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_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:blog_charsetOption key:date_format_customOption key:hb_taxonomy_capacity_Option key:hb_taxonomy_thumbnail_Option key:hotel_booking_update_meta_field_roomsOption key:hotel_booking_versionOption key:page_commentsOption key:start_of_weekOption key:tp_hotel_booking_Option key:tp_hotel_booking_allow_checkout_date_blockedOption key:tp_hotel_booking_cart_page_idOption key:tp_hotel_booking_currencyOption key:tp_hotel_booking_custom_processOption key:tp_hotel_booking_debugOption key:tp_hotel_booking_filter_price_enableOption key:tp_hotel_booking_first_day_of_weekOption key:tp_hotel_booking_frontend_date_formatOption key:tp_hotel_booking_go_page_after_bookingOption key:tp_hotel_booking_minimum_booking_dayOption key:tp_hotel_booking_offline-paymentOption key:tp_hotel_booking_paypalOption key:tp_hotel_booking_price_currency_positionOption key:tp_hotel_booking_price_decimals_separatorOption key:tp_hotel_booking_price_number_of_decimalOption key:tp_hotel_booking_price_thousands_separatorOption key:wphb_check_tablesOption key:wphb_notice_remove_hotel_bookingOption key:wphb_setup_wizard_completed
wp_postmeta
Post meta
wp_posts
Custom post type:hb_bookingCustom post type:hb_couponCustom post type:hb_extra_roomCustom post type:hb_room
wp_termmeta
Term meta
wp_terms
Custom taxonomy:hb_room_capacityCustom taxonomy:hb_room_type
wp_usermeta
User meta