wpwhpro/webhooks/trigger_edd_license_creation
Description:
This action is fired after each of the edd_license_creation 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 |
$payment_id | integer | The id of the assigned payment |
$type | string | The license type |
$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_creation', $license_id, $download_id, $payment_id, $type, $license_data, $response_data_array );