onPostDeleted( )


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

The onPostDeleted() event handler runs when an existing forum post in your site is deleted. The received DeletedPost object contains information about the post that was deleted.

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

Method Declaration
Copy
Method Parameters
eventDeletedPostRequired

Information about the forum post that was deleted.

Was this helpful?
Yes
No