onCommentLiked( )


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

The onCommentLiked() event handler runs when an existing forum comment in your site is liked. The received LikedComment object contains information about the comment that was liked.

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

Method Declaration
Copy
Method Parameters
eventLikedCommentRequired

Information about the forum comment that was liked.

Was this helpful?
Yes
No