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.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?