Update (fixes)
This commit is contained in:
@@ -106,9 +106,7 @@ public static function handle(int $rss_post_id)
|
||||
$rss_post->category_id = $category->id;
|
||||
}
|
||||
|
||||
$post_body = $rss_post->body;
|
||||
$post_body .= implode($words_to_add_in_body);
|
||||
$rss_post->body = $post_body;
|
||||
$rss_post->keyword_list = implode(",", $words_to_add_in_body);
|
||||
|
||||
$rss_post->status = 'published';
|
||||
$rss_post->save();
|
||||
|
||||
Reference in New Issue
Block a user