posts will be published immediately fixed

This commit is contained in:
2026-02-08 17:59:55 -05:00
parent 7953bd07f7
commit a56cd665b0

View File

@@ -194,6 +194,7 @@ class WordPressCLI:
"post",
"update",
str(post_id),
"--post_status=publish",
f"--post_title={title}",
f"--post_content={content}",
f"--post_category={','.join(str(cat) for cat in categories)}",