PluginProbe
ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor / 4.0.4
ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor v4.0.4
4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.10.02 3.10.01 3.9.10 3.9.9 3.9.8 3.9.7 3.9.5 3.9.6 3.9.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.2.0 2.2.1 2.2.2 All 183 releases
elementskit-lite / libs / pro-label / views / modal.php
modal.php
19 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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">&times;</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