Fix to allow for secure URLs
-
Fix to also find images with a secure URL…
File import-external-images.php
Change Line 304:
if ( $uri != '' && preg_match( '/^http:\/\//' , $uri ) ) {
To:
if ( $uri != '' && preg_match( '/^https?:\/\//' , $uri ) ) {
https://www.ads-software.com/plugins/import-external-images/
- The topic ‘Fix to allow for secure URLs’ is closed to new replies.