This covers all the comment types. Use comment
, pingback
, trackback
, another_comment_type
instead of the {comment_type_slug}
.
| |
| wordpress/comment_{comment_type_slug}_added
|
| wordpress/comment_{comment_type_slug}_approved
|
| wordpress/comment_{comment_type_slug}_replied
|
| wordpress/comment_{comment_type_slug}_spammed
|
| wordpress/comment_{comment_type_slug}_trashed
|
| wordpress/comment_{comment_type_slug}_unapproved
|
| wordpress/comment_{comment_type_slug}_published
|
| |
| wordpress/plugin/activated
|
| wordpress/plugin/deactivated
|
| wordpress/plugin/installed
|
| |
| |
This covers all the custom post types, as well. Use post
, page
, product
, another_post_type
instead of the {post_type_slug}
.
| |
| wordpress/{post_type_slug}/added
|
| wordpress/{post_type_slug}/drafted
|
| wordpress/{post_type_slug}/pending
|
| wordpress/{post_type_slug}/published
|
| wordpress/{post_type_slug}/trashed
|
| wordpress/{post_type_slug}/updated
|
This covers all the taxonomies. Use category
, post_tag
, another_taxonomy
instead of the {taxonomy_slug}
.
| |
| wordpress/{taxonomy_slug}/created
|
| wordpress/{taxonomy_slug}/deleted
|
| wordpress/{taxonomy_slug}/updated
|
| |
| wordpress/theme/installed
|
| |
| |
| |
| |
| |
| wordpress/user_login_failed
|
| |
| wordpress/user_password_changed
|
User password reset request | wordpress/user_password_reset_request
|
| wordpress/user_profile_updated
|
| wordpress/user_registered
|
| |
| wordpress/updates_available
|