wpwh/descriptions/actions/edd_update_download/default_download_files
Description:
This filter allows you to manipulate the default download files that are used within the description of the edd_update_download webhook action.
Parameter | Type | Description |
---|---|---|
$default_download_files | array | An array containing all default download files we use for the description of the edd_update_download webhook action. |
$default_download_files = apply_filters( 'wpwh/descriptions/actions/edd_update_download/default_download_files', $default_download_files );