# fluent-booking/2.4.0/app/Views/public/receipt/header.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 2.4.0. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/2.4.0/code/app/Views/public/receipt/header.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/2.4.0/raw/app/Views/public/receipt/header.php
- Modified: 2026-08-28T13:36:38+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.4.0/code/app/Views/public/receipt/header.php#L10-L20`.

```php
<?php
defined( 'ABSPATH' ) || exit;

/**
 * @var string $header_content
 */
?>

<div class="fluent_booking_submission_header">
    <div class="fluent_booking_submission_message" style="margin-bottom: 20px;">
        <?php echo $header_content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    </div>
</div>

```
