onPostMoved( )


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

The onPostMoved() event handler runs when an existing forum post in your site is moved to a different category. The received MovedPost object contains information about the post that was moved.

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

Method Declaration
Copy
Method Parameters
eventMovedPostRequired

Information about the forum post that was moved.

Was this helpful?
Yes
No