PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.6.2
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.6.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 / schedule-regular.php

schedule-regular.php in HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce 2.6.2, at admin/templates/schedule-regular.php

20 lines 945 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php namespace Hurrytimer; ?>
2
3 <table class="form-table hidden mode-settings" data-for="hurrytModeRegular">
4 <tr class="form-field" >
5 <td><label><?php _e("End Date/Time", "hurrytimer") ?> <span
6 title="This uses the WordPress timezone set under Settings → General. Current timezone: <?php echo hurryt_current_timezone_string() ?>"
7 class="hurryt-icon" data-icon="help" style="vertical-align: middle;"></span></label></label></td>
8 <td>
9 <label for="hurrytimer-end-datetime" class="date">
10 <input type="text" name="end_datetime" autocomplete="off"
11 id="hurrytimer-end-datetime"
12 class="hurrytimer-datepicker"
13 value="<?php echo $campaign->endDatetime ?>"
14 >
15 </label>
16 </td>
17 </tr>
18
19 </table>
20