# fluent-boards/2.1.0/app/Hooks/shortcodes.php

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

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

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

(new \FluentBoards\App\Hooks\Handlers\ShortcodeHandler())->register();


```
