at path:
ROOT
/
wp-content
/
plugins
/
simplybook
/
simplybook.php
run:
R
W
Run
app
DIR
2026-05-19 16:59:54
R
W
Run
assets
DIR
2026-05-19 16:59:54
R
W
Run
bootstrap
DIR
2026-05-19 16:59:54
R
W
Run
config
DIR
2026-05-19 16:59:54
R
W
Run
react
DIR
2026-05-19 16:59:54
R
W
Run
vendor
DIR
2026-05-19 16:59:54
R
W
Run
views
DIR
2026-05-19 16:59:54
R
W
Run
composer.json
2.35 KB
2026-05-19 15:45:46
R
W
Run
Delete
Rename
helpers.php
3.76 KB
2025-08-21 15:34:28
R
W
Run
Delete
Rename
phpmd.xml.dist
2.36 KB
2026-05-19 15:45:46
R
W
Run
Delete
Rename
readme.txt
13.21 KB
2026-05-19 15:45:46
R
W
Run
Delete
Rename
simplybook.php
977 By
2026-05-19 15:45:46
R
W
Run
Delete
Rename
error_log
up
📄
simplybook.php
Save
<?php /** * @package SimplyBook.me - Booking and reservations calendar * @author Really Simple Plugins * @copyright 2025 Really Simple Plugins * @license GPL-2.0-or-later * * @wordpress-plugin * Plugin Name: SimplyBook.me - Booking and reservations calendar * Plugin URI: https://help.simplybook.me/index.php?title=WordPress_integration * Description: Simply add a booking calendar to your site to schedule bookings, reservations, appointments and to collect payments. * Version: 3.3.1 * Requires at least: 6.6 * Requires PHP: 7.4 * Author: Really Simple Plugins * Author URI: https://really-simple-plugins.com * License: GPL v2 or later * Text Domain: simplybook * Domain Path: /assets/languages */ /** * Load the Jetpack packages autoloader. * @see https://packagist.org/packages/automattic/jetpack-autoloader */ require_once __DIR__ . '/vendor/autoload_packages.php'; // Boot the plugin. $plugin = new SimplyBook\Bootstrap\Plugin(); $plugin->boot();