Action Trigger on EDD Payments

wpwhpro/webhooks/trigger_edd_payments

Description:
This action is fired after each of the edd_payments webhook trigger URLs has been sent.

Parameter Type Description
$payment_id integer The id of the payment
$new_status string The new payment status
$old_status string The old payment status
$response_data_array array An array containing all of the response data of the currently sent webhook trigger URLs
do_action( 'wpwhpro/webhooks/trigger_edd_payments', $payment_id, $new_status, $old_status, $response_data_array );
Updated on August 12, 2020

Was this article helpful?

Related Articles