# fluent-cart/1.3.21/app/Views/frontend/customer/email-confirmation/confirmation.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.3.21. 3 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.3.21/code/app/Views/frontend/customer/email-confirmation/confirmation.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.3.21/raw/app/Views/frontend/customer/email-confirmation/confirmation.php
- Modified: 2025-11-20T13:11:16+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-cart/1.3.21/code/app/Views/frontend/customer/email-confirmation/confirmation.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<h1><?php echo (isset($message) ? esc_html($message): '');  ?></h1>

```
