Questa funzione può essere utilizzata per verificare se ajax è abilitato per Easy Digital Downloads. Se stai integrando EDD nel tuo tema, questo potrebbe essere molto utile.
$is_ajaxed = edd_is_ajax_enabled(); // (boolean) "false" if not enabled // (boolean) "true" if is enabled
