# fluent-player/trunk/app/App.php

FluentPlayer – Video Player With Forms &amp; Lead Capture, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/fluent-player/trunk/code/app/App.php
- Raw: https://pluginprobe.com/plugins/fluent-player/trunk/raw/app/App.php
- Modified: 2026-06-22T14:12:52+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-player/trunk/code/app/App.php#L10-L20`.

```php
<?php

namespace FluentPlayer\App;

if (!defined('ABSPATH')) exit;

use FluentPlayer\Framework\Foundation\App as AppFacade;

class App extends AppFacade
{
    // ...
}

```
