onPostUpdated( )


An event that triggers when a post is updated.

The onPostUpdated() event handler runs when a post is updated. The received PostUpdated object contains information about the post that was updated.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventPostUpdated

Information about the post that was updated.

An event that occurs when a post is updated
JavaScript
Errors

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

Did this help?