onCommentReported( )


A backend event that fires when a forum comment is reported.

The onCommentReported() event handler runs when a site visitor reports a comment on your site. The received ReportedComment object contains information about the comment that was reported.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventReportedCommentRequired

Information about the forum comment that was reported.

Was this helpful?
Yes
No