Action Trigger on EDD File Downloaded

wpwhpro/webhooks/trigger_edd_file_downloaded

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

Parameter Type Description
$download_id integer The id of the download
$email string The email address assigned to this specific download
$payment_id integer The id of the related payment
$args array Further data about the file download, such as file_key
$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_file_downloaded', $download_id, $email, $payment_id, $args, $response_data_array );
Updated on August 12, 2020

Was this article helpful?

Related Articles