PluginProbe ʕ •ᴥ•ʔ
Flex Import / 2.9
Flex Import v2.9
2.9 trunk 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
flex-import / templates / plugins-content.php
flex-import / templates Last commit date
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>