_edds_process_purchase_form()
A rewritten version of edd_process_purchase_form()
that allows for full AJAX processing.
Description Description
edd_process_purchase_form()
is run up until:
if ( $is_ajax ) { echo ‘success’; edd_die(); }
Then this function is called which reruns the start of edd_process_purchase_form()
and continues the rest of the processing.
Source Source
File: includes/gateways/stripe/includes/compat.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |