images
1 year ago
javascript
11 months ago
modals
10 months ago
stylesheet
11 months ago
templates
1 year ago
admin.php
1 year ago
connect-oneclick.php
1 year ago
connect.php
1 year ago
dashboard-oneclick.php
10 months ago
dashboard.php
10 months ago
oneclick.php
1 year 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 if ( ! isset( $_GET['subpage'] ) ) : ?> |
| 9 | <?php require_once NITROPACK_PLUGIN_DIR . "view/dashboard-oneclick.php"; |
| 10 | ?> |
| 11 | <?php endif; ?> |
| 12 | </div> |
| 13 | </main> |
| 14 | <?php require_once NITROPACK_PLUGIN_DIR . 'view/templates/template-toast.php'; ?> |
| 15 | </div> |