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
stg-option-template.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | // Namespace |
| 4 | namespace BMI\Plugin\Dashboard; |
| 5 | |
| 6 | // Exit on direct access |
| 7 | if (!defined('ABSPATH')) exit; |
| 8 | |
| 9 | ?> |
| 10 | |
| 11 | <div class="bmi-stg-option-template bmi-stg-drop-option" style="display: none;"> |
| 12 | <div class="bmi-stg-option-name"></div> |
| 13 | <span class="bmi-stg-option-date"><b><?php _e('Created:', 'backup-backup'); ?></b> <i></i></span> |
| 14 | <span class="bmi-stg-option-size"><b><?php _e('Size:', 'backup-backup'); ?></b> <i></i></span> |
| 15 | </div> |
| 16 |