onPostUnpinned( )


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

The onPostUnpinned() event handler runs when an existing forum post in your site is unpinned. Only forum admins can unpin posts. The received UnpinnedPost object contains information about the post that was unpinned.

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

Method Declaration
Copy
Method Parameters
eventUnpinnedPostRequired

Information about the forum post that was unpinned.

Was this helpful?
Yes
No