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 | includes/CookieDetection.php +1 -0 2.0.22.2.16 View file →
@@ -13,8 +13,9 @@
13 13 * @return int|null
14 14 */
15 15 public function find( $compaignId)
16 16 {
17 +
17 18 $cookie_name = self::cookieName( $compaignId);
18 19 if (!isset($_COOKIE[$cookie_name]) || empty($_COOKIE[$cookie_name])) {
19 20 return null;
20 21 }