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 / schedule-regular.php

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

18 lines 660 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") ?></label></td>
6 <td>
7 <label for="hurrytimer-end-datetime" class="date">
8 <input type="text" name="end_datetime" autocomplete="off"
9 id="hurrytimer-end-datetime"
10 class="hurrytimer-datepicker"
11 value="<?php echo $campaign->endDatetime ?>"
12 >
13 </label>
14 </td>
15 </tr>
16
17 </table>
18