feat(wordpress): add create post action

This commit is contained in:
Rıdvan Akca
2024-05-28 17:52:38 +02:00
parent fbae83f4de
commit 2460e9f281
10 changed files with 436 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import createPost from './create-post/index.js';
export default [createPost];