Skip to content

Commit

Permalink
Merge pull request #865 from Codeinwp/bugfix/pro/668
Browse files Browse the repository at this point in the history
Fixed default image tag support issue
  • Loading branch information
vytisbulkevicius authored Jan 29, 2024
2 parents 951a3f3 + 36919e5 commit da9e86e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/admin/feedzy-rss-feeds-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ public function run_action_job( $post_content, $import_translation_lang, $job, $
}
}
}
if ( empty( $actions ) && 'item_image' === $this->type ) {
return $default_value;
}
return $this->post_content;
}

Expand Down

0 comments on commit da9e86e

Please sign in to comment.