# hurrytimer/2.6.2/includes/Detection_Method.php

HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress &amp; WooCommerce, version 2.6.2. 10 lines.

- Page: https://pluginprobe.com/plugins/hurrytimer/2.6.2/code/includes/Detection_Method.php
- Raw: https://pluginprobe.com/plugins/hurrytimer/2.6.2/raw/includes/Detection_Method.php
- Modified: 2020-12-04T13:24:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hurrytimer/2.6.2/code/includes/Detection_Method.php#L10-L20`.

```php
<?php 
namespace Hurrytimer;

class Detection_Method{


  public function isEnabled(){
    
  }
}
```
