onCommentUnmarkedAsBest( )


A backend event that fires when a forum comment is unmarked as best.

The onCommentUnmarkedAsBest() event handler runs when an existing forum comment in your site is unmarked as best. The received UnmarkedAsBestComment object contains information about the comment that was unmarked as best.

Notes:

  • Only comments on posts with a postType of "QUESTION" can be marked and unmarked as best.

  • Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventUnmarkedAsBestCommentRequired

Information about the forum comment that was unmarked as best.

Was this helpful?
Yes
No