We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 698bede + 09d555a commit eb38563Copy full SHA for eb38563
includes/admin/feedzy-rss-feeds-import.php
@@ -1471,6 +1471,8 @@ private function run_job( $job, $max ) {
1471
if ( feedzy_is_pro() ) {
1472
$default_thumbnail = get_post_meta( $job->ID, 'default_thumbnail_id', true );
1473
$default_thumbnail = ! empty( $default_thumbnail ) ? explode( ',', (string) $default_thumbnail ) : $global_fallback_thumbnail;
1474
+ } else {
1475
+ $default_thumbnail = $global_fallback_thumbnail;
1476
}
1477
1478
// Note: this implementation will only work if only one of the fields is allowed to provide
0 commit comments