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.

Was this helpful?
Yes
No