PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.1.2
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.1.2
2.15.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 All 62 releases
hurrytimer / admin / templates / customcss-tab-content.php

customcss-tab-content.php in HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce 2.1.2, at admin/templates/customcss-tab-content.php

21 lines 820 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="hurrytimer-customcss-tab" class="hurrytimer-subtabcontent">
2 <?php ?>
3
4 <?php //removeIf(pro) ?>
5 <div class="hurryt-upgrade-alert hurryt-upgrade-alert-inline">
6 <div class="hurryt-upgrade-alert-header">
7 <span class="dashicons dashicons-lock"></span>
8 <h3>Custom CSS is a pro feature</h3>
9 </div>
10 <div class="hurryt-upgrade-alert-body">Unlock to add your own CSS to every element in the countdown
11 timer.
12 </div>
13 <div class="hurryt-upgrade-alert-footer">
14 <a class="hurryt-button button" href="https://hurrytimer.com/pricing" target="_blank">Upgrade now</a>
15 <a href="https://hurrytimer.com/pricing" target="_blank" class="button ">Learn more</a>
16 </div>
17 </div>
18 <?php //endRemoveIf(pro) ?>
19 </div>
20
21