onCommentUnliked( )


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

The onCommentUnliked() event handler runs when a like is removed from an existing forum comment in your site. The received UnlikedComment object contains information about the comment that was unliked.

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

Method Declaration
Copy
Method Parameters
eventUnlikedCommentRequired

Information about the forum comment that was unliked.

Was this helpful?
Yes
No