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.
1 parent d6f868e commit 09d555aCopy full SHA for 09d555a
includes/admin/feedzy-rss-feeds-import.php
@@ -1469,6 +1469,8 @@ private function run_job( $job, $max ) {
1469
if ( feedzy_is_pro() ) {
1470
$default_thumbnail = get_post_meta( $job->ID, 'default_thumbnail_id', true );
1471
$default_thumbnail = ! empty( $default_thumbnail ) ? explode( ',', (string) $default_thumbnail ) : $global_fallback_thumbnail;
1472
+ } else {
1473
+ $default_thumbnail = $global_fallback_thumbnail;
1474
}
1475
1476
// Note: this implementation will only work if only one of the fields is allowed to provide
0 commit comments