onPostUpdated( )


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

The onPostUpdated() event handler runs when a an existing forum post in your site is updated. The received UpdatedPost object contains information about the post that was updated.

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

Method Declaration
Copy
Method Parameters
eventUpdatedPostRequired

Information about the forum post that was updated.

Was this helpful?
Yes
No