# fluent-booking/2.2.5/app/Hooks/includes.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 2.2.5. 16 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/2.2.5/code/app/Hooks/includes.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/2.2.5/raw/app/Hooks/includes.php
- Modified: 2026-05-20T14:08:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-booking/2.2.5/code/app/Hooks/includes.php#L10-L20`.

```php
<?php

defined('ABSPATH') || exit;

/*
 * Require any extra files here. For example::
 * require_once "shortcodes.php";
 * require_once "crontasks.php";
 */

/**
 * @var $app FluentBooking\Framework\Foundation\Application
 */

require_once FLUENT_BOOKING_DIR . 'app/Services/Integrations/integrations.php';

```
