modal.php
19 lines
| 1 | <?php defined( 'ABSPATH' ) || exit; ?> |
| 2 | |
| 3 | <div class="attr-modal attr-fade ekit-wid-con" id="elementskit_go_pro_modal" tabindex="-1" role="dialog" aria-labelledby="elementskit_go_pro_modalLabel" style="display: none;"> |
| 4 | <div class="attr-modal-dialog attr-modal-dialog-centered ekit-go-pro-con" role="document"> |
| 5 | <div class="attr-modal-content"> |
| 6 | <button type="button" class="close attr-hidden" data-dismiss="modal" aria-label="<?php esc_attr_e( 'Close', 'elementskit-lite' ); ?>"><span aria-hidden="true">×</span></button> |
| 7 | <div class="attr-modal-body attr-text-center"> |
| 8 | <i class="icon icon-information"></i> |
| 9 | <h2><?php esc_html_e( 'Go Premium', 'elementskit-lite' ); ?></h2> |
| 10 | <p> |
| 11 | <?php esc_html_e( 'Purchase our', 'elementskit-lite' ); ?> |
| 12 | <a target="_blank" href="https://wpmet.com/elementskit-pricing"><?php esc_html_e( 'pro version', 'elementskit-lite' ); ?></a> |
| 13 | <?php esc_html_e( 'to unlock these premium features!', 'elementskit-lite' ); ?> |
| 14 | </p> |
| 15 | </div> |
| 16 | </div> |
| 17 | </div> |
| 18 | </div> |
| 19 |