feat(wordpress): add update post action

This commit is contained in:
Rıdvan Akca
2024-05-29 11:09:07 +02:00
parent 2460e9f281
commit 69416c24e2
5 changed files with 334 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/wordpress.svg
items:
- name: Create post
desc: Creates a new post.
- name: Update post
desc: Updates a post.
---
<script setup>