PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 1.4.9
Backup Migration v1.4.9
2.1.6 2.1.5.2 trunk 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.6.1 1.4.7 1.4.8 1.4.9 1.4.9.1 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.5.1
backup-backup / includes / dashboard / templates / premium-overlay.php
backup-backup / includes / dashboard / templates Last commit date
AA-Template.php 1 year ago backup-row-template.php 1 year ago dropdown-template.php 1 year ago exclusion-rule-template.php 1 year ago option-template.php 1 year ago premium-function-overlay.php 1 year ago premium-overlay.php 1 year ago staging-row-template.php 1 year ago stg-option-template.php 1 year ago
premium-overlay.php
23 lines
1 <?php
2
3 // Namespace
4 namespace BMI\Plugin\Dashboard;
5
6 // Exit on direct access
7 if (!defined('ABSPATH')) {
8 exit;
9 }
10
11 ?>
12
13 <div class="overlay-premium">
14 <div class="clocks_container">
15 <div>
16 <img src="<?php echo $this->get_asset('images', 'clock.svg') ?>" alt="clocks-bg">
17 </div>
18 <div class="secondary-all">
19 <?php echo BMI_COMMING_SOON_PRO; ?>
20 </div>
21 </div>
22 </div>
23