PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.2.16
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.2.16
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.2.16, at admin/templates/customcss-tab-content.php

20 lines 828 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 take control on the countdown timer's appearance by adding your own CSS code.
11 </div>
12 <div class="hurryt-upgrade-alert-footer">
13 <a class="hurryt-button button" href="https://hurrytimer.com/pricing" target="_blank">Upgrade now</a>
14 <a href="https://hurrytimer.com/pricing" target="_blank" class="button ">Learn more</a>
15 </div>
16 </div>
17 <?php //endRemoveIf(pro) ?>
18 </div>
19
20