onCategoryDeleted( )


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

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

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

Method Declaration
Copy
Method Parameters
eventDeletedCategoryRequired

Information about the forum category that was deleted.

Was this helpful?
Yes
No