# edd_is_test_mode()

 This function can be used to check if test mode is enabled for Easy Digital Downloads.

```
$test_mode = edd_is_test_mode();
// (boolean) &quot;false&quot; if not enabled
// (boolean) &quot;true&quot; if is enabled
```