# edd_is_ajax_enabled()

 This function can be used to check if ajax is enabled for Easy Digital Downloads. If you are integrating EDD into your theme, this may be very useful.

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