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

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 1.5.21. 8 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/1.5.21/code/app/Views/public/receipt/header.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/1.5.21/raw/app/Views/public/receipt/header.php
- Modified: 2024-07-16T14:25:14+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/1.5.21/code/app/Views/public/receipt/header.php#L10-L20`.

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

<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>

```
