PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / trunk
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel vtrunk
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / src / Scheduling / views / SchedulingActiveSitesLimitUI.php
wp-all-export / src / Scheduling / views Last commit date
ConnectionIcon.php 4 weeks ago ManualScheduling.php 4 weeks ago SaveSchedulingButton.php 4 weeks ago SchedulingActiveSitesLimitUI.php 4 weeks ago SchedulingSubscribeUI.php 4 weeks ago SchedulingUI.php 4 weeks ago
SchedulingActiveSitesLimitUI.php
40 lines
1 <?php
2
3 defined( 'ABSPATH' ) || exit;
4
5
6 ?>
7 <div class="active-sites-limit-modal-overlay" style="display: none;">
8 <div class="active-sites-limit-modal">
9 <div class="active-sites-limit" id="scheduling-active-sites-limit-group"
10 style="position: relative;">
11 <div class="tiered-pricing-options" style="display: flex; flex-direction: column; align-items: center; padding-bottom: 20px;">
12 <h2 style="color:#374151;">Upgrade Your Plan</h2>
13 <p style="color:#374151; margin-bottom: 10px; margin-top: 10px; font-size: 14px !important;">
14 Get unlimited sites with Automatic Scheduling.
15 </p>
16 <div style="display: flex;">
17 <div style="flex: 1; margin: 10px 0 10px 0;" class="pricing-plans">
18 <h3 style="margin:0;">Pricing</h3>
19 <label class="checked" id="limit-unlimited">
20 <span class="input-desc">
21 <input type="radio" name="upgrade_pricing_plan" value="unlimited_sites" checked>
22 <span class="description">Unlimited Sites</span></span><span
23 class="price-term"><span class="price">$19</span><span
24 class="term">/mo</span></span>
25 </label>
26 </div>
27 </div>
28 <p style="color:#374151; margin-top: 20px; font-size: 14px !important;">
29 Easily upgrade now—no interruptions, no downtime.
30 </p>
31 <span class="button-and-text-container">
32 <span class="subscribe-button-group" id="subscribe-button-group" style="flex: 2;">
33 <button type="button" class="subscribe"
34 id="subscribe-upgrade">Upgrade Now</button>
35 </span>
36 </span>
37 </div>
38 </div>
39 </div>
40 </div>