Skip to main content
Easy Digital Downloads Documentation
Documentation, Reference Materials, and Tutorials for Easy Digital Downloads

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) "false" if not enabled
// (boolean) "true" if is enabled