animations
7 months ago
images
7 months ago
javascript
7 months ago
modals
6 months ago
stylesheet
7 months ago
templates
1 year ago
admin.php
7 months ago
connect-oneclick.php
1 year ago
connect.php
7 months ago
dashboard-oneclick.php
6 months ago
dashboard.php
6 months ago
oneclick.php
7 months ago
preview-site.php
7 months ago
system-report.php
1 year ago
oneclick.php
15 lines
| 1 | <script> |
| 2 | let nitroNonce = '<?php echo wp_create_nonce( NITROPACK_NONCE ); ?>'; |
| 3 | </script> |
| 4 | <div id="nitropack-container"> |
| 5 | <main id="main"> |
| 6 | <div class="container"> |
| 7 | <h1 class="mb-4"><?php esc_html_e( 'NitroPack OneClick™', 'nitropack' ); ?></h1> |
| 8 | <?php |
| 9 | if ( ! isset( $_GET['subpage'] ) ) { |
| 10 | require_once NITROPACK_PLUGIN_DIR . "view/dashboard-oneclick.php"; |
| 11 | } ?> |
| 12 | </div> |
| 13 | </main> |
| 14 | <?php require_once NITROPACK_PLUGIN_DIR . 'view/templates/template-toast.php'; ?> |
| 15 | </div> |