feat(wordpress): add new comment trigger

This commit is contained in:
Rıdvan Akca
2023-09-15 18:29:50 +03:00
committed by Ali BARIN
parent 6e682dc752
commit c193f9334f
3 changed files with 62 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import newComment from './new-comment';
import newPage from './new-page';
import newPost from './new-post';
export default [newPage, newPost];
export default [newComment, newPage, newPost];