# flywp/0.3.1/includes/Frontend.php

FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel, version 0.3.1. 16 lines.

- Page: https://pluginprobe.com/plugins/flywp/0.3.1/code/includes/Frontend.php
- Raw: https://pluginprobe.com/plugins/flywp/0.3.1/raw/includes/Frontend.php
- Modified: 2023-05-10T07:01:04+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/flywp/0.3.1/code/includes/Frontend.php#L10-L20`.

```php
<?php

namespace FlyWP;

class Frontend {

    /**
     * Plugin Constructor.
     *
     * @return void
     */
    public function __construct() {
        new Frontend\MagicLogin();
    }
}

```
