Skip to content

Commit f6c89d5

Browse files
Add image URL support
1 parent d74b1c6 commit f6c89d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/admin/feedzy-rss-feeds-import.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,6 +1872,8 @@ function( $term ) {
18721872
} else {
18731873
$img_success = false;
18741874
}
1875+
} elseif ( wp_http_validate_url( $import_featured_img ) ) {
1876+
$image_source_url = $import_featured_img;
18751877
}
18761878

18771879
// Fetch image from graby.

0 commit comments

Comments
 (0)