images
1 year ago
javascript
1 year ago
modals
1 year ago
stylesheet
1 year ago
templates
2 years ago
admin.php
1 year ago
connect-oneclick.php
1 year ago
connect.php
2 years ago
dashboard-oneclick.php
1 year ago
dashboard.php
1 year 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> |