Blog – A new comment is submitted

Important

To use this event, the Blog extension must be installed and active with at least version 9.0.0.


This event is triggered when a user submits a new comment on a blog post.

The following properties can be used in notifications:

Property Description
comment

The comment that was added by the user. It contains the data that was submitted.

Note

This property contains an instance of the class \T3G\AgencyPack\Blog\Domain\Model\Comment.

post

The post on which the comment was submitted. It contains useful information such as the post title.

Note

This property contains an instance of the class \T3G\AgencyPack\Blog\Domain\Model\Post.