elements.php
6 months ago
features.php
6 months ago
integration.php
6 months ago
popup-pro.php
6 months ago
sidebar.php
6 months ago
welcome.php
6 months ago
popup-pro.php
24 lines
| 1 | <?php |
| 2 | if (!defined('ABSPATH')) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | ?> |
| 6 | <div id="elements_popup1" class="elements_pro_popup"> |
| 7 | <div class="message_content ezd-text-center"> |
| 8 | <div class="close-pro"> |
| 9 | <img class="pro-close" src="<?php echo esc_url(SPEL_IMG . '/dashboard/modal-close.png') ?>" |
| 10 | alt="<?php esc_attr_e('Popup Close', 'spider-elements'); ?>"> |
| 11 | </div> |
| 12 | <div class="pro-icon"> |
| 13 | <img class="pro-image" src="<?php echo esc_url(SPEL_IMG . '/dashboard/dimond.png') ?>" |
| 14 | alt="<?php esc_attr_e('Popup Pro Diamond', 'spider-elements'); ?>"> |
| 15 | </div> |
| 16 | <div class="pro-content"> |
| 17 | <h3><?php esc_html_e('Go Pro', 'spider-elements'); ?></h3> |
| 18 | <p><?php esc_html_e('Upgrade to Pro Version for Unlock more features!', 'spider-elements'); ?></p> |
| 19 | <a href="admin.php?page=spider_elements_settings-pricing" class="dashboard_btn" target="_blank"> |
| 20 | <?php esc_html_e('Upgrade Now', 'spider-elements'); ?> |
| 21 | </a> |
| 22 | </div> |
| 23 | </div> |
| 24 | </div> |