onPostUnliked( )


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

The onPostUnliked() event handler runs when a like is removed from a forum post in your site. The received UnlikedPost object contains information about the post that was unliked.

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

Method Declaration
Copy
Method Parameters
eventUnlikedPostRequired

Information about the forum post that was unliked.

Was this helpful?
Yes
No