Skip to content

Commit 09d555a

Browse files
fix: global fallback image issue
1 parent d6f868e commit 09d555a

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
@@ -1469,6 +1469,8 @@ private function run_job( $job, $max ) {
14691469
if ( feedzy_is_pro() ) {
14701470
$default_thumbnail = get_post_meta( $job->ID, 'default_thumbnail_id', true );
14711471
$default_thumbnail = ! empty( $default_thumbnail ) ? explode( ',', (string) $default_thumbnail ) : $global_fallback_thumbnail;
1472+
} else {
1473+
$default_thumbnail = $global_fallback_thumbnail;
14721474
}
14731475

14741476
// Note: this implementation will only work if only one of the fields is allowed to provide

0 commit comments

Comments
 (0)