Action Trigger on EDD Subscription Payment

wpwhpro/webhooks/trigger_edd_subscription_payment

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

Parameter Type Description
$data array An array containing the EDD Subscription and EDD payment object
$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_subscription_payment', $data, $response_data_array );
Updated on August 12, 2020

Was this article helpful?

Related Articles