Thread Starter
ssaha1
(@ssaha1)
Hi,
It got solved for me by changing a line in Cdn_Plugin.php
function _link_replace_callback_ask_cdn($match, $quote, $url, $path) {
...
...
$new_url = $cdn->format_url($path);
...
...
}
inside format_url() function changed $remote_path to $path.
Hope it works for you as well.
Thanks 🙂