WPChill / download-monitor

A WordPress plugin which provides an intuitive UI for uploading and managing downloadable files (including support for multiple versions), inserting download links into posts & logging downloads.
http://wordpress.org/extend/plugins/download-monitor/
262 stars 117 forks source link

issue with Polylang #1514

Open beatricelucaci opened 3 months ago

beatricelucaci commented 3 months ago

Describe the bug We found there to be an issue when using download monitor with Polylang. When translating a download, Download Monitor does not add the language code to the URL for the download and thus you can't access a translated download. To fix this, in line 309 of DownloadHandler.php please add this in your next release:

$download_id = apply_filters( 'dlm_download_id', $download_id, $raw_id , $this->ep_value);

https://support.wpchill.com/conversation/18049?folder_id=95