PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 0.3
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v0.3
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 / views / admin.php

admin.php in FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel 0.3, at views/admin.php

20 lines 780 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="flywp-settings" id="flywp-settings">
2 <div class="fw-mb-8 fw-bg-white fw-border-b fw-border-solid fw-border-gray-200">
3 <div class="fw-max-w-xl fw-mx-auto">
4 <div class="fw-flex fw-py-4 fw-items-center fw-justify-between">
5 <h1 class="fw-text-2xl fw-font-semibold fw-flex-1">FlyWP</h1>
6
7 <div class="">
8 <a href="https://app.flywp.com" target="_blank" class="button button-secondary"><span class="dashicons dashicons-external fw-mt-1"></span> FlyWP Dashboard</a>
9 </div>
10 </div>
11 </div>
12 </div>
13
14 <div class="fw-max-w-xl fw-mx-auto">
15 <?php require __DIR__ . '/page-cache.php'; ?>
16 <?php require __DIR__ . '/op-cache.php'; ?>
17 </div>
18
19 </div>
20