PluginProbe
FluentPlayer – Video Player With Forms & Lead Capture / trunk
FluentPlayer – Video Player With Forms & Lead Capture vtrunk
1.4.0 1.3.1 1.3.0 1.2.0 1.1.0 trunk 1.0.7 1.0.8 1.0.9
fluent-player / app / App.php

App.php in FluentPlayer – Video Player With Forms & Lead Capture trunk, at app/App.php

13 lines 168 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace FluentPlayer\App;
4
5 if (!defined('ABSPATH')) exit;
6
7 use FluentPlayer\Framework\Foundation\App as AppFacade;
8
9 class App extends AppFacade
10 {
11 // ...
12 }
13