# fluent-cart/1.6.4/config/app.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.4. 15 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/config/app.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.4/raw/config/app.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.6.4/code/config/app.php#L10-L20`.

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

return [
    'name'           => 'FluentCart',
    'slug'           => 'fluent-cart',
    'domain_path'    => '/language',
    'text_domain'    => 'fluent-cart',
    'hook_prefix'    => 'fluent_cart/',
    'rest_namespace' => 'fluent-cart',
    'rest_version'   => 'v2',
    'env'            => 'production',
    'using_faker'    => false,
];

```
