# fluent-cart/1.6.5/app/Services/Tax/tax.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.5. 10 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.5/code/app/Services/Tax/tax.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.5/raw/app/Services/Tax/tax.php
- Modified: 2026-06-11T12:21: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-cart/1.6.5/code/app/Services/Tax/tax.php#L10-L20`.

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

return array_merge(
    require __DIR__ . '/rates/europe.php',
    require __DIR__ . '/rates/americas.php',
    require __DIR__ . '/rates/asia.php',
    require __DIR__ . '/rates/africa.php',
    require __DIR__ . '/rates/oceania.php'
);

```
