# fluent-cart/1.3.25/app/Hooks/includes.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.3.25. 9 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.3.25/code/app/Hooks/includes.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.3.25/raw/app/Hooks/includes.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.25/code/app/Hooks/includes.php#L10-L20`.

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

use FluentCart\Framework\Validator\Rule;

Rule::add('sanitizeTextArea', \FluentCart\App\Http\Rules\SanitizeTextArea::class);
Rule::add('sanitizeText', \FluentCart\App\Http\Rules\SanitizeText::class);
Rule::add('maxPostCode', \FluentCart\App\Http\Rules\MaxPostCodeRule::class);
Rule::add('maxLength', \FluentCart\App\Http\Rules\MaxLengthRule::class);
```
