Action Trigger on EDD Subscription

wpwhpro/webhooks/trigger_edd_subscriptions

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

Parameter Type Description
$subscription object (EDD_Subscription) The EDD object of the subscription.
$status string The status of the currently triggered subscription
$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_subscriptions', $subscription, $status, $response_data_array );
Updated on August 12, 2020

Was this article helpful?

Related Articles