Simple Profit – Hotel Booking 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

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

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