Action Trigger on EDD New Customer

wpwhpro/webhooks/trigger_edd_new_customer

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

Parameter Type Description
$customer_id integer The id of the customer
$customer object (EDD_Customer) The EDD object of the customer
$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_new_customer', $customer_id, $customer, $response_data_array );
Updated on August 12, 2020

Was this article helpful?

Related Articles