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

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

- Page: https://pluginprobe.com/plugins/fluent-boards/1.32/code/app/Hooks/includes.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/1.32/raw/app/Hooks/includes.php
- Modified: 2024-05-31T06:41:46+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.32/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";
 */

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

```
