PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 0.1
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v0.1
1.7.1 1.7.0 1.6.0 1.5.2 trunk 0.1 0.2.0 0.2.1 0.3 0.3.1 0.3.2 0.3.3 0.3.4 0.4 0.4.1 0.4.2 0.4.3 1.0 1.1 1.2 1.3.1 1.4.0 1.4.1 1.5.0 1.5.1 All 26 releases
flywp / includes / Frontend.php

Frontend.php in FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel 0.1, at includes/Frontend.php

16 lines 192 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace FlyWP;
4
5 class Frontend {
6
7 /**
8 * Plugin Constructor.
9 *
10 * @return void
11 */
12 public function __construct() {
13 new Frontend\MagicLogin();
14 }
15 }
16