Skip to content

Commit

Permalink
Fix default image tag support issue Codeinwp/feedzy-rss-feeds-pro#668
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jan 29, 2024
1 parent 951a3f3 commit 36919e5
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 36919e5

Please sign in to comment.