PluginProbe
EmailKit – Email Customizer for WooCommerce & WP / 1.5.2
EmailKit – Email Customizer for WooCommerce & WP v1.5.2
1.6.9 1.6.8 1.6.7 trunk 1.0.0 1.2.0 1.4.0 1.4.5 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6
emailkit / includes / views / pro-popup.php

pro-popup.php in EmailKit – Email Customizer for WooCommerce & WP 1.5.2, at includes/views/pro-popup.php

25 lines 1.5 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="emailkit_pro_overlay" id="emailkitproOverlay">
4 <div class="pro-notice">
5 <span id="closeProBtn">
6 <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
7 <path d="M13 1L1 13" stroke="#9FA1A6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
8 <path d="M1 1L13 13" stroke="#9FA1A6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
9 </svg>
10 </span>
11 <div class="emailkit-admin-pro-content">
12 <div class="emailkit-admin-pro-logo"><img src="<?php echo esc_url(EMAILKIT_URL . 'assets/admin/img/logo.svg'); ?>" alt=""></div>
13 <div class="emailkit-admin-pro-header">
14 <h1 class="emailkit-admin-pro-header-text">Customize Premium Template</h1>
15 </div>
16 <p class="emailkit-admin-pro-subtext">Design a custom email template that matches your brand</p>
17 <button id="buyProBtn">Upgrade Now <span><svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg">
18 <path d="M10.0012 1L15 6.25L10.0012 11.5" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
19 <path d="M1 6.25H14.86" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
20 </svg>
21 </span></button>
22
23 </div>
24 </div>
25 </div>