
前言介紹
- 這款 WordPress 外掛「Intelligent Room Booking System for Hotel」是 2026-02-11 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-02-12,距離現在已有 14 天。
- 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
room | Hotel | booking | calendar | reservation |
內容簡介
### 概要:
Advanced Booking System 是一款全面的WordPress插件,可讓您管理房間、法院、小木屋、運動場地或任何可預訂的資源。非常適合旅館、運動設施、共享工作空間和租賃業務。
### 問答:
1. 這個外掛的主要功能是什麼?
- 可以管理房間、法院、小木屋、運動場地或任何可預訂的資源。
- 適用於旅館、運動設施、共享工作空間和租賃業務。
2. 給網站訪客的主要功能有哪些?
- 三個主要機能:日期選擇的互動式日曆介面、需要使用者註冊和登入才能預訂、實時可用性檢查。
- 通過電子郵件確認已核准的預訂、當預訂被拒絕時發送電子郵件通知、查看和管理個人預訂、在預定日期之前取消預訂。
3. 給管理員的主要功能有哪些?
- 可以使用的功能:全面的後台管理選項、通過一次點擊核准或拒絕預訂請求、新預訂的自動郵件通知、可自定義的帶模板標籤的電子郵件模板等等。
4. 有關表單字段和驗證,可以列舉幾個?
- 必填字段:名字、姓氏、郵件地址、電話號碼、預定日期。
- 選填字段:備註/評論。
5. 安全功能有哪些?
- SQL防注入保護、XSS保護、CSRF保護、用戶身份驗證要求、基於角色的訪問控制、安全的AJAX處理等。
6. 這個外掛的技術細節包括哪些內容?
- 資料庫表格包括:預訂記錄、房間/資源信息、外掛設置。
- AJAX操作包括:載入特定月份的日曆、檢查房間可用性、提交新預訂、取消用戶預訂、管理員核准/拒絕/刪除預訂、批量預訂操作等。
7. 開發人員可以使用哪些挂鈎操作?
- 挂鈎動作包括:預訂創建後觸發、預訂確認後觸發、預訂取消後觸發、預訂刪除後觸發。
原文外掛簡介
Advanced Booking System is a comprehensive WordPress plugin that allows you to manage bookings for rooms, courts, chalets, sports fields, or any bookable resource. Perfect for hotels, sports facilities, co-working spaces, and rental businesses.
Key Features
For Site Visitors:
* Interactive calendar interface for date selection
* User registration and login required for bookings
* Real-time availability checking
* Email confirmation when booking is approved
* Email notification when booking is denied
* View and manage personal bookings
* Cancel bookings before the scheduled date
For Administrators:
* Comprehensive admin panel for booking management
* Approve or deny booking requests with one click
* Automated email notifications for new bookings
* Customizable email templates with template tags
* Unlimited room/resource management (tested up to 20 rooms)
* Set maximum bookings per user per room (default: 3)
* Configure closed days (e.g., closed every Sunday)
* Set week start day preference
* Customizable booking titles (Room, Chalet, Court, etc.)
* Filter bookings by status, room, or date range
* Bulk actions for efficient management
* Statistics dashboard
Form Fields & Validation:
* First Name (required, validated)
* Last Name (required, validated)
* Email Address (required, email format validation)
* Phone Number (required, phone format validation)
* Booking Date (required, validated against past dates and closed days)
* Notes/Comments (optional)
Email Features:
* Customizable email templates for:
– User booking confirmation
– User booking denial
– Admin new booking notification
* Available template tags:
– {first_name}, {last_name}
– {email}, {phone}
– {room_name}, {booking_title}
– {booking_date}, {booking_time}
– {booking_id}, {status}
– {site_name}, {site_url}
– {manage_url}
Security Features:
* SQL injection protection via prepared statements
* XSS protection via proper escaping and sanitization
* CSRF protection via nonce verification
* User authentication requirement
* Role-based access control
* Secure AJAX handling
Additional Information
Requirements
WordPress 5.8 or higher
PHP 7.4 or higher
MySQL 5.6 or higher
Support
For support, please visit the plugin support forum or contact us through our website.
Development
This plugin follows WordPress coding standards and best practices:
* Proper data sanitization and validation
* Prepared SQL statements for security
* Nonce verification for forms
* Translatable strings with text domain
* Action and filter hooks for extensibility
* Object-oriented architecture
* No PHP errors or warnings in debug mode
Credits
Developed with attention to WordPress coding standards and security best practices.
Privacy Policy
This plugin stores the following user data:
* First name, last name
* Email address
* Phone number
* Booking dates and times
* User IP address (for security logs)
All data is stored in your WordPress database and is subject to your site’s privacy policy. No data is sent to external services.
Technical Details
Database Tables
wp_irbsfh_bookings – Stores all booking records
wp_irbsfh_rooms – Stores room/resource information
wp_irbsfh_settings – Stores plugin settings
AJAX Actions
irbsfh_load_calendar – Load calendar for specific month
irbsfh_check_availability – Check room availability
irbsfh_submit_booking – Submit new booking
irbsfh_cancel_booking – Cancel user booking
irbsfh_admin_confirm_booking – Admin approve booking
irbsfh_admin_deny_booking – Admin deny booking
irbsfh_admin_delete_booking – Admin delete booking
irbsfh_admin_bulk_action – Bulk booking actions
Hooks for Developers
Actions:
* irbsfh_booking_created – Fires after booking is created
* irbsfh_booking_confirmed – Fires after booking is confirmed
* irbsfh_booking_cancelled – Fires after booking is cancelled
* irbsfh_booking_deleted – Fires after booking is deleted
* irbsfh_email_sent – Fires after email is sent
Filters:
* irbsfh_booking_form_fields – Filter booking form fields
* irbsfh_email_template_tags – Filter available email template tags
* irbsfh_calendar_availability – Filter calendar availability data
* irbsfh_max_bookings_per_user – Filter maximum bookings constraint
Minimum Requirements
WordPress 5.8 or greater
PHP version 7.4 or greater
MySQL version 5.6 or greater OR MariaDB version 10.1 or greater
Recommended Requirements
WordPress 6.0 or greater
PHP version 8.0 or greater
MySQL version 5.7 or greater OR MariaDB version 10.3 or greater
HTTPS support
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Intelligent Room Booking System for Hotel」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
MotoPress Hotel Booking for Elementor 》我們結合了 WordPress 酒店預訂外掛程式 和 Elementor,為您提供更加使用者友善的工具,可視覺化建立出租物業網站。, 由於外掛程式之間的順暢整合,您將能夠...。MotoPress Hotel Booking 》使用 MotoPress 開發的 WordPress Hotel Booking 外掛是一個真正考慮實際旅館業務的終極 WordPress 物業出租系統。, , 外掛展示頁(含儀表板存取權限), 影片...。
VikBooking Hotel Booking Engine & PMS 》WordPress 專用的 Vik Booking, 現在,著名的住宿預訂引擎和 PMS 在線軟體也以 WordPress 的原生外掛形式推出了!, 如果您正在尋找可靠的住宿預訂系統,包括...。
Hotel Booking 》歡迎使用飯店訂房 WordPress 插件, 這個外掛程式是一個非常方便的系統,可以協助您管理所有的訂房。。
WP Hotel Booking Room 》WP Hotel Booking是一款由ThimPress開發的WordPress飯店預約外掛。, WP Hotel Booking房型支援在單一房型頁面進行預約預定。, , 一次性折扣 – 剩下10天...。
WP Hotelier 》WP Hotelier 是一個專為酒店、民宿等建立的強大免費 WordPress 預訂外掛程式。使用 WP Hotelier 您可以在 WordPress 儀表板內管理酒店預訂、接受在線付款、選...。
WP Hotel Booking WooCommerce 》WP Hotel Booking 是由 ThimPress 開發的 WordPress 酒店預訂外掛。, WP Hotel Booking Woocommerce 支援使用 WooCommerce 所提供的支付系統進行 WP Hotel Bo...。
WP Hotel Booking Report 》WP Hotel Booking 是由ThimPress開發的 WordPress 酒店預訂外掛。, WP Hotel Booking Report 支援 WP Hotel Booking 外掛的統計報告。, , 一次性折扣 - 剩下 ...。
WP Hotel Booking Coupon 》WP Hotel Booking 是一個由 ThimPress 開發的 WordPress 酒店預訂外掛程式。, WP Hotel Booking Coupon 支援 WP Hotel Booking 插件的優惠券。, , 限時折扣 -...。
WP Hotel Booking Block Room 》WP Hotel Booking 是由 ThimPress 開發的 WordPress 酒店訂房外掛程式。, WP Hotel Booking Block Room 支援 WP Hotel Booking 外掛程式的特定日期的封鎖訂房...。
AweBooking – Hotel Booking System 》, 透過加入我們的會員計畫,使用高品質的主題和高級外掛擴展 AweBooking 的功能。, , AweBooking 是一款編碼優秀且擁有優秀用戶界面的外掛,適用於任何旅館、...。
easyReservations 》easyReservations 是一款完美的 WordPress 外掛,可輕鬆接收、管理和處理預訂。它設計用於任何可預訂的業務,如酒店、車輛、事件、旅館、約會或會議,非常靈...。
Easy Hotel Booking – Powerful Hotel Booking 》總結:Easy Hotel 是一個全面的 WordPress 外掛,旨在簡化酒店和住宿管理。它讓使用者輕鬆建立和管理各種類型的住宿,提供像是針對住宿和預訂的自訂文章類型...。
WP Hotel Booking Stripe Payment 》WP Hotel Booking是由ThimPress開發的< a href="https://wordpress.org/plugins/wp-hotel-booking/" rel="ugc">WordPress酒店預訂插件。, WP Hotel Booking S...。
WebHotelier for WordPress 》這個 WordPress 外掛專為 WebHotelier 的客戶打造,提供表單產生及管理功能,使客戶可以連結到自己的 WebHotelier 帳號,讓網站訪客可以直接搜尋客房空房情況...。
