feat(wordpress): add new comment trigger
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user