Action Trigger on EDD License Deactivation

wpwhpro/webhooks/trigger_edd_license_deactivate

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

Parameter Type Description
$license_id integer The id of the license.
$download_id integer The id of the assigned download
$license_data array An array containing all of the currently available license data.
$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_license_deactivate', $license_id, $download_id, $license_data, $response_data_array );
Updated on August 12, 2020

Was this article helpful?

Related Articles