onPostReported( )


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

The onPostReported() event handler runs when a site visitor reports a post on your site. The received ReportedPost object contains information about the post that was reported.

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

Method Declaration
Copy
Method Parameters
eventReportedPostRequired

Information about the forum post that was reported.

Was this helpful?
Yes
No