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
← All changes | admin/templates/campaign-shortcode.php +4 -2 trunk2.2.16 View file →
@@ -1,3 +1,5 @@
1 -<p><?php esc_html_e('Copy this shortcode and paste it into your post, page, or text widget content:', "hurrytimer"); ?></p>
2 -<input style="min-width:100%" type="text" readonly onfocus="this.select()" value="[hurrytimer id=&quot;<?php echo esc_attr($post_id); ?>&quot;]"]>
1 +<p><?php _e('Copy this shortcode and paste it into your post, page, or text widget content:', "hurrytimer")?></p>
2 +<div class="hurrytimer-shortcode">
3 + [hurrytimer id="<?php echo $post_id ?>"]
4 +</div>
3 5