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.

Errors

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

Did this help?