additional-template.php
3 weeks ago
dashboard-content.php
3 weeks ago
free-templates-content.php
3 weeks ago
plugins-content.php
3 weeks ago
templates-content.php
3 weeks ago
plugins-content.php
18 lines
| 1 | <?php |
| 2 | if (!defined('ABSPATH')) { |
| 3 | exit; // Exit if accessed directly. |
| 4 | } |
| 5 | ?> |
| 6 | <!-- Search Bar --> |
| 7 | <section> |
| 8 | <div class="container-fluid"> |
| 9 | <div class="row"> |
| 10 | <div class="col"> |
| 11 | <div id="plugins-list"></div> |
| 12 | <div class="col text-right"><button id="install-all-btn" style="margin-top: 20px;" |
| 13 | class="install-btn">Install All</button> <!-- Install All button --> |
| 14 | </div> |
| 15 | </div> |
| 16 | </div> |
| 17 | </div> |
| 18 | </section> |