Title: Simple Profit – Hotel Booking Toolkit
Author: simpleprofit
Published: <strong>August 2, 2026</strong>
Last modified: August 2, 2026

---

Search plugins

![](https://ps.w.org/simpleprofit-hotel-availability-toolkit/assets/banner-772x250.
png?rev=3631643)

![](https://ps.w.org/simpleprofit-hotel-availability-toolkit/assets/icon-256x256.
png?rev=3631643)

# Simple Profit – Hotel Booking Toolkit

 By [simpleprofit](https://profiles.wordpress.org/simpleprofit/)

[Download](https://downloads.wordpress.org/plugin/simpleprofit-hotel-availability-toolkit.1.0.6.zip)

 * [Details](https://wordpress.org/plugins/simpleprofit-hotel-availability-toolkit/#description)
 * [Reviews](https://wordpress.org/plugins/simpleprofit-hotel-availability-toolkit/#reviews)
 *  [Installation](https://wordpress.org/plugins/simpleprofit-hotel-availability-toolkit/#installation)
 * [Development](https://wordpress.org/plugins/simpleprofit-hotel-availability-toolkit/#developers)

 [Support](https://wordpress.org/support/plugin/simpleprofit-hotel-availability-toolkit/)

## Description

**Simple Profit – Hotel Booking Toolkit** is a professional, modular plugin for 
hotel and property booking. It is designed with reliability and extensibility at
its core:

 * **Modular architecture** — each feature is an isolated module; a fault in one
   module never crashes the site.
 * **Full module control** — enable or disable any module from the Modules admin
   page. Everything is free and fully functional.
 * **Extensible** — action and filter hooks let other plugins extend the toolkit.

#### Features

 * **Availability Search Widget** — a clean, responsive HTML search form (shortcode
   + WordPress widget).
 * **RSS Offers Feed** — display a property’s current offers and packages via shortcode.
 * **Module management** — turn individual modules on or off at any time.
 * **Admin Dashboard** — status overview, active modules, error log.

#### Optional Premium Add-On

A separate Premium add-on is available from our website (not hosted on WordPress.
org). It is installed as its own plugin and adds extra functionality on top of this
free plugin, which remains fully functional on its own:

 * Central dashboard to manage modules across many sites
 * Advanced booking calendar
 * Email notification system
 * Priority support

#### Shortcode

    ```
    [sbhbt_search]
    ```

Optional attributes:

 * `checkin` — pre-fill check-in date (YYYY-MM-DD)
 * `checkout` — pre-fill check-out date (YYYY-MM-DD)
 * `guests` — default number of guests (integer, min 1)
 * `button_text` — search button label
 * `destination` — URL the form submits to (overrides the global setting)
 * `class` — extra CSS class on the form element

#### Requirements

 * WordPress 6.3 or higher
 * PHP 8.0 or higher

### External Services

This plugin connects to the Simple Booking RSS feed service to retrieve a hotel 
property’s current offers and packages for display in the RSS Feed shortcode/widget.

Service: Simple Booking RSS Feed, operated by Simple Booking S.r.l. (simplebooking.
it)
 Endpoint: https://rss.simplebooking.it/feed/v2/rss

What data is sent:
 When a page containing the RSS Feed shortcode or widget is rendered,
the plugin sends the configured hotel property GUID, language code, and feed type
to the Simple Booking RSS service. This is a server-to-server request; no visitor
browser data is involved.

Personal data:
 No visitor personal data (name, email address, IP address, browser
information, or account information) is collected, transmitted, or processed through
this service.

Service provider:
 Simple Booking S.r.l. (simplebooking.it) is a third-party hotel
booking platform.

This plugin is developed and maintained by Simple Profit. Simple Profit is an authorized
distributor and integration partner of Simple Booking in Israel. This plugin is 
not an official product of Simple Booking S.r.l.
 Terms of Service: https://www.
simplebooking.it/en/terms-of-service/ Privacy Policy: https://www.simplebooking.
it/en/privacy-policy/

## Screenshots

[⌊Admin Dashboard — plugin status and module overview⌉⌊Admin Dashboard — plugin 
status and module overview⌉[

Admin Dashboard — plugin status and module overview

[⌊Settings page — language and search widget configuration⌉⌊Settings page — language
and search widget configuration⌉[

Settings page — language and search widget configuration

[⌊Search Widget — front-end availability search form⌉⌊Search Widget — front-end 
availability search form⌉[

Search Widget — front-end availability search form

[[

## Installation

 1. Upload the `simple-profit-hotel-booking-toolkit` folder to `/wp-content/plugins/`.
 2. Activate the plugin in **Plugins  Installed Plugins**.
 3. Navigate to **Simple Profit  Settings** to configure the search results URL.
 4. Add the shortcode `[sbhbt_search]` to any page, or drag the **Simple Profit Search**
    widget into a widget area.

## FAQ

### Can I add custom fields to the search form?

Yes — hook into the `sbhbt_search_form_extra_fields` action to inject additional
fields.

### Where is my data stored?

All settings are stored as WordPress options (prefixed `sbhbt_`). No external database
tables are created in the free version.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Simple Profit – Hotel Booking Toolkit” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ simpleprofit ](https://profiles.wordpress.org/simpleprofit/)

[Translate “Simple Profit – Hotel Booking Toolkit” into your language.](https://translate.wordpress.org/projects/wp-plugins/simpleprofit-hotel-availability-toolkit)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simpleprofit-hotel-availability-toolkit/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simpleprofit-hotel-availability-toolkit/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simpleprofit-hotel-availability-toolkit/)
by [RSS](https://plugins.trac.wordpress.org/log/simpleprofit-hotel-availability-toolkit/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.6

 * Removed remote Google Fonts loading from the free plugin (it is not used here);
   font handling now lives entirely in the premium add-on
 * Reworked the expandable-field CSS to use the WordPress styles API instead of 
   a raw inline tag, and dropped uniqid()
 * Added direct-access (ABSPATH) guards to all remaining class files
 * Removed leftover console.log debug statements from the front-end scripts

#### 1.0.5

 * Expandable RSS offer descriptions (show more/less, line count, line height) are
   now free, fully functional settings — removed the premium-gated option that previously
   withheld them
 * Escaped `$extra_html` output in the admin notification manager with wp_kses_post()
 * Removed a blanket output-escaping suppression from the search widget template(
   all output is escaped individually)

#### 1.0.4

 * Module enable/disable is now fully functional and free for every module (Modules
   page)
 * Removed all premium-only gating and “locked feature” messaging (WP.org Guideline
   5)
 * Replaced the bundled Guzzle HTTP library with WordPress’ built-in HTTP API — 
   no third-party runtime libraries
 * Distributed build no longer ships development dependencies (PHPUnit, PHP_CodeSniffer)
 * Hardened register_setting() sanitization callbacks for array options
 * Removed a leftover debug URL trigger from the RSS module

#### 1.0.3

 * Removed license-key unlock flow and update checker (WP.org compliance)
 * Removed phone-home connection to update server
 * Added wp_kses sanitization to RSS feed descriptions
 * Renamed textdomain to match WP.org plugin slug

#### 1.0.0

 * Initial release
 * Availability search widget (shortcode + WordPress widget)
 * Admin dashboard with error log
 * Modular architecture with premium extension hooks

## Meta

 *  Version **1.0.6**
 *  Last updated **13 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [availability](https://wordpress.org/plugins/tags/availability/)[booking](https://wordpress.org/plugins/tags/booking/)
   [Hotel](https://wordpress.org/plugins/tags/hotel/)[reservation](https://wordpress.org/plugins/tags/reservation/)
   [search](https://wordpress.org/plugins/tags/search/)
 *  [Advanced View](https://wordpress.org/plugins/simpleprofit-hotel-availability-toolkit/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/simpleprofit-hotel-availability-toolkit/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simpleprofit-hotel-availability-toolkit/reviews/)

## Contributors

 *   [ simpleprofit ](https://profiles.wordpress.org/simpleprofit/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/simpleprofit-hotel-availability-toolkit/)