# fluent-boards/trunk/config/app.php

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/trunk/code/config/app.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/trunk/raw/config/app.php
- Modified: 2026-05-21T15:03:40+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-boards/trunk/code/config/app.php#L10-L20`.

```php
<?php

 // Auto generated by wpfluent Installer.

 return [
     'name'           => 'Fluent Boards',
     'slug'           => 'fluent-boards',
     'domain_path'    => '/language',
     'text_domain'    => 'fluent-boards',
     'hook_prefix'    => 'fluent_boards/',
     'rest_namespace' => 'fluent-boards',
     'rest_version'   => 'v2',
     'env' => 'production',
     'timezone'       => 'UTC',
 ];

```
