# flywp/0.2.0/includes/Frontend.php

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

- Page: https://pluginprobe.com/plugins/flywp/0.2.0/code/includes/Frontend.php
- Raw: https://pluginprobe.com/plugins/flywp/0.2.0/raw/includes/Frontend.php
- Modified: 2023-06-13T17:24:06+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.2.0/code/includes/Frontend.php#L10-L20`.

```php
<?php

namespace FlyWP;

class Frontend {

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

```
