List of all default Triggers
A list of all Trigger names and slugs
This covers all the comment types. Use comment
, pingback
, trackback
, another_comment_type
instead of the {comment_type_slug}
.
Trigger name
Trigger slug
Comment added
wordpress/comment_{comment_type_slug}_added
Comment approved
wordpress/comment_{comment_type_slug}_approved
Comment replied
wordpress/comment_{comment_type_slug}_replied
Comment spammed
wordpress/comment_{comment_type_slug}_spammed
Comment trashed
wordpress/comment_{comment_type_slug}_trashed
Comment unapproved
wordpress/comment_{comment_type_slug}_unapproved
Comment published
wordpress/comment_{comment_type_slug}_published
Last updated