# fluent-boards/1.95/app/Hooks/includes.php

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

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

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

/*
 * Require any extra files here. For example::
 * require_once "shortcodes.php";
 * require_once "crontasks.php";
 */
require_once "shortcodes.php";

/**
 * @var $app WPFluent\Foundation\Application
 */

```
